Html Css Color HEX #6603CE Purple Heart

📋 copy color: '#6603CE'

red 102 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #6603CE

Tints of Purple Heart #6603CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 32.8%
G = 0.96%
B = 66.24%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6603CE (or 0x6603CE) is known color: Purple Heart. HEX triplet: 66, 03 and CE. RGB value is (102,3,206). Sum of RGB (Red+Green+Blue) = 102+3+206=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #6603CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603CE is #99FC31. Grayscale: #373737. Windows color (decimal): -10091570 or 13501286. OLE color: 13501286.

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

Color convert

RGB 102 3 206 -
CMYK 0.50 0.99 0 0.19
HSL 269.26º 0.97% 0.41% -
HSV(B) 269.26º 0.99% 0.81% -
XYZ 16.65 7.35 58.93 -
YUV 55.74 212.8 160.99 -
System Red Green Blue C M Y K H S L
Decimal 102 3 206 0.50 0.99 0 0.19 269.26 0.97 0.41
Hex 66 3 CE 32 63 0 13 10D 61 29
Octal 146 3 316 62 143 0 23 415 141 51
Binary 1100110 11 11001110 110010 1100011 0 10011 100001101 1100001 101001

Color Harmonies of #6603CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603CE

Black with #6603CE

Text Example


Text Example

White with #6603CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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