Html Css Color HEX #611ECC Purple Heart

📋 copy color: '#611ECC'

red 97 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #611ECC

Tints of Purple Heart #611ECC

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

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

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

R = 29.31%
G = 9.06%
B = 61.63%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#611ECC (or 0x611ECC) is known color: Purple Heart. HEX triplet: 61, 1E and CC. RGB value is (97,30,204). Sum of RGB (Red+Green+Blue) = 97+30+204=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #611ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ECC is #9EE133. Grayscale: #454545. Windows color (decimal): -10412340 or 13377121. OLE color: 13377121.

HSL color Cylindrical-coordinate representation of color #611ECC: hue angle of 263.1º 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 #611ECC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 30 204 -
CMYK 0.52 0.85 0 0.2
HSL 263.1º 0.74% 0.46% -
HSV(B) 263.1º 0.85% 0.8% -
XYZ 16.29 7.83 57.78 -
YUV 69.87 203.7 147.35 -
System Red Green Blue C M Y K H S L
Decimal 97 30 204 0.52 0.85 0 0.2 263.1 0.74 0.46
Hex 61 1E CC 34 55 0 14 107 4A 2E
Octal 141 36 314 64 125 0 24 407 112 56
Binary 1100001 11110 11001100 110100 1010101 0 10100 100000111 1001010 101110

Color Harmonies of #611ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611ECC

Black with #611ECC

Text Example


Text Example

White with #611ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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