Html Css Color HEX #6608CF Purple Heart

📋 copy color: '#6608CF'

red 102 ◦ green 8 ◦ blue 207

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

Shades of Purple Heart #6608CF

Tints of Purple Heart #6608CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 32.18%
G = 2.52%
B = 65.3%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6608CF (or 0x6608CF) is known color: Purple Heart. HEX triplet: 66, 08 and CF. RGB value is (102,8,207). Sum of RGB (Red+Green+Blue) = 102+8+207=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #6608CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608CF is #99F730. Grayscale: #3A3A3A. Windows color (decimal): -10090289 or 13568102. OLE color: 13568102.

HSL color Cylindrical-coordinate representation of color #6608CF: hue angle of 268.34º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6608CF is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 8 207 -
CMYK 0.51 0.96 0 0.19
HSL 268.34º 0.93% 0.42% -
HSV(B) 268.34º 0.96% 0.81% -
XYZ 16.83 7.5 59.59 -
YUV 58.79 211.64 158.82 -
System Red Green Blue C M Y K H S L
Decimal 102 8 207 0.51 0.96 0 0.19 268.34 0.93 0.42
Hex 66 8 CF 33 60 0 13 10C 5D 2A
Octal 146 10 317 63 140 0 23 414 135 52
Binary 1100110 1000 11001111 110011 1100000 0 10011 100001100 1011101 101010

Color Harmonies of #6608CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608CF

Black with #6608CF

Text Example


Text Example

White with #6608CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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