Html Css Color HEX #731ECC Purple Heart

📋 copy color: '#731ECC'

red 115 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #731ECC

Tints of Purple Heart #731ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 32.95%
G = 8.6%
B = 58.45%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#731ECC (or 0x731ECC) is known color: Purple Heart. HEX triplet: 73, 1E and CC. RGB value is (115,30,204). Sum of RGB (Red+Green+Blue) = 115+30+204=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #731ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ECC is #8CE133. Grayscale: #4A4A4A. Windows color (decimal): -9232692 or 13377139. OLE color: 13377139.

HSL color Cylindrical-coordinate representation of color #731ECC: hue angle of 269.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731ECC is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 30 204 -
CMYK 0.44 0.85 0 0.2
HSL 269.31º 0.74% 0.46% -
HSV(B) 269.31º 0.85% 0.8% -
XYZ 18.43 8.93 57.88 -
YUV 75.25 200.66 156.35 -
System Red Green Blue C M Y K H S L
Decimal 115 30 204 0.44 0.85 0 0.2 269.31 0.74 0.46
Hex 73 1E CC 2C 55 0 14 10D 4A 2E
Octal 163 36 314 54 125 0 24 415 112 56
Binary 1110011 11110 11001100 101100 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #731ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ECC

Black with #731ECC

Text Example


Text Example

White with #731ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,30,204); }

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

background-color css

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

 a { background-color: rgb(115,30,204); }

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

border-color css

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

 span { border-color: rgb(115,30,204); }

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