Html Css Color HEX #6608CA Purple Heart

📋 copy color: '#6608CA'

red 102 ◦ green 8 ◦ blue 202

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

Shades of Purple Heart #6608CA

Tints of Purple Heart #6608CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 32.69%
G = 2.56%
B = 64.74%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6608CA (or 0x6608CA) is known color: Purple Heart. HEX triplet: 66, 08 and CA. RGB value is (102,8,202). Sum of RGB (Red+Green+Blue) = 102+8+202=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #6608CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608CA is #99F735. Grayscale: #393939. Windows color (decimal): -10090294 or 13240422. OLE color: 13240422.

HSL color Cylindrical-coordinate representation of color #6608CA: hue angle of 269.07º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6608CA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 8 202 -
CMYK 0.50 0.96 0 0.21
HSL 269.07º 0.92% 0.41% -
HSV(B) 269.07º 0.96% 0.79% -
XYZ 16.23 7.26 56.42 -
YUV 58.22 209.14 159.23 -
System Red Green Blue C M Y K H S L
Decimal 102 8 202 0.50 0.96 0 0.21 269.07 0.92 0.41
Hex 66 8 CA 32 60 0 15 10D 5C 29
Octal 146 10 312 62 140 0 25 415 134 51
Binary 1100110 1000 11001010 110010 1100000 0 10101 100001101 1011100 101001

Color Harmonies of #6608CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608CA

Black with #6608CA

Text Example


Text Example

White with #6608CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6608CA; }

 p { color: rgb(102,8,202); }

 H1.HeaderClassName
 {
   color: #6608CA;
 }
 .AnyTagClassName
 {
   color: #6608CA;
 }
</style>

background-color css

<style>
 a { background-color: #6608CA; }

 a { background-color: rgb(102,8,202); }

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

border-color css

<style>
 span { border-color: #6608CA; }

 span { border-color: rgb(102,8,202); }

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