Html Css Color HEX #6608CB Purple Heart

📋 copy color: '#6608CB'

red 102 ◦ green 8 ◦ blue 203

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

Shades of Purple Heart #6608CB

Tints of Purple Heart #6608CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 32.59%
G = 2.56%
B = 64.86%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6608CB (or 0x6608CB) is known color: Purple Heart. HEX triplet: 66, 08 and CB. RGB value is (102,8,203). Sum of RGB (Red+Green+Blue) = 102+8+203=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #6608CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608CB is #99F734. Grayscale: #393939. Windows color (decimal): -10090293 or 13305958. OLE color: 13305958.

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

Color convert

RGB 102 8 203 -
CMYK 0.50 0.96 0 0.20
HSL 268.92º 0.92% 0.41% -
HSV(B) 268.92º 0.96% 0.8% -
XYZ 16.35 7.31 57.05 -
YUV 58.34 209.64 159.14 -
System Red Green Blue C M Y K H S L
Decimal 102 8 203 0.50 0.96 0 0.20 268.92 0.92 0.41
Hex 66 8 CB 32 60 0 14 10D 5C 29
Octal 146 10 313 62 140 0 24 415 134 51
Binary 1100110 1000 11001011 110010 1100000 0 10100 100001101 1011100 101001

Color Harmonies of #6608CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608CB

Black with #6608CB

Text Example


Text Example

White with #6608CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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