Html Css Color HEX #6611CE Purple Heart

📋 copy color: '#6611CE'

red 102 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #6611CE

Tints of Purple Heart #6611CE

RGB

 RED value IS 102 (40.23% from 255) = 31.38%

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 31.38%
G = 5.23%
B = 63.38%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6611CE (or 0x6611CE) is known color: Purple Heart. HEX triplet: 66, 11 and CE. RGB value is (102,17,206). Sum of RGB (Red+Green+Blue) = 102+17+206=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6611CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611CE is #99EE31. Grayscale: #3F3F3F. Windows color (decimal): -10087986 or 13504870. OLE color: 13504870.

HSL color Cylindrical-coordinate representation of color #6611CE: hue angle of 266.98º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6611CE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 17 206 -
CMYK 0.50 0.92 0 0.19
HSL 266.98º 0.85% 0.44% -
HSV(B) 266.98º 0.92% 0.81% -
XYZ 16.82 7.68 58.99 -
YUV 63.96 208.16 155.13 -
System Red Green Blue C M Y K H S L
Decimal 102 17 206 0.50 0.92 0 0.19 266.98 0.85 0.44
Hex 66 11 CE 32 5C 0 13 10B 55 2C
Octal 146 21 316 62 134 0 23 413 125 54
Binary 1100110 10001 11001110 110010 1011100 0 10011 100001011 1010101 101100

Color Harmonies of #6611CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6611CE

Black with #6611CE

Text Example


Text Example

White with #6611CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6611CE; }

 p { color: rgb(102,17,206); }

 H1.HeaderClassName
 {
   color: #6611CE;
 }
 .AnyTagClassName
 {
   color: #6611CE;
 }
</style>

background-color css

<style>
 a { background-color: #6611CE; }

 a { background-color: rgb(102,17,206); }

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

border-color css

<style>
 span { border-color: #6611CE; }

 span { border-color: rgb(102,17,206); }

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