Html Css Color HEX #731CBC Purple Heart

📋 copy color: '#731CBC'

red 115 ◦ green 28 ◦ blue 188

#731CBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #731CBC

Tints of Purple Heart #731CBC

RGB

 RED value IS 115 (45.31% from 255) = 34.74%

 GREEN value IS 28 (11.33% from 255) = 8.46%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 34.74%
G = 8.46%
B = 56.8%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#731CBC (or 0x731CBC) is known color: Purple Heart. HEX triplet: 73, 1C and BC. RGB value is (115,28,188). Sum of RGB (Red+Green+Blue) = 115+28+188=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #731CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CBC is #8CE343. Grayscale: #474747. Windows color (decimal): -9233220 or 12328051. OLE color: 12328051.

HSL color Cylindrical-coordinate representation of color #731CBC: hue angle of 272.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731CBC is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 28 188 -
CMYK 0.39 0.85 0 0.26
HSL 272.63º 0.74% 0.42% -
HSV(B) 272.63º 0.85% 0.74% -
XYZ 16.56 8.11 48.27 -
YUV 72.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 115 28 188 0.39 0.85 0 0.26 272.63 0.74 0.42
Hex 73 1C BC 27 55 0 1A 111 4A 2A
Octal 163 34 274 47 125 0 32 421 112 52
Binary 1110011 11100 10111100 100111 1010101 0 11010 100010001 1001010 101010

Color Harmonies of #731CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CBC

Black with #731CBC

Text Example


Text Example

White with #731CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731CBC; }

 p { color: rgb(115,28,188); }

 H1.HeaderClassName
 {
   color: #731CBC;
 }
 .AnyTagClassName
 {
   color: #731CBC;
 }
</style>

background-color css

<style>
 a { background-color: #731CBC; }

 a { background-color: rgb(115,28,188); }

 div.DivClassName
 {
   background-color: #731CBC;
 }
 .BgClassName
 {
   background-color: #731CBC;
 }
</style>

border-color css

<style>
 span { border-color: #731CBC; }

 span { border-color: rgb(115,28,188); }

 td.TdClassName
 {
   border-color: #731CBC;
 }
 .TagClassName
 {
   border-color: #731CBC;
 }
</style>