Html Css Color HEX #6609CC Purple Heart

📋 copy color: '#6609CC'

red 102 ◦ green 9 ◦ blue 204

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

Shades of Purple Heart #6609CC

Tints of Purple Heart #6609CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 32.38%
G = 2.86%
B = 64.76%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6609CC (or 0x6609CC) is known color: Purple Heart. HEX triplet: 66, 09 and CC. RGB value is (102,9,204). Sum of RGB (Red+Green+Blue) = 102+9+204=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #6609CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609CC is #99F633. Grayscale: #3A3A3A. Windows color (decimal): -10090036 or 13371750. OLE color: 13371750.

HSL color Cylindrical-coordinate representation of color #6609CC: hue angle of 268.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609CC is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 9 204 -
CMYK 0.5 0.96 0 0.2
HSL 268.62º 0.92% 0.42% -
HSV(B) 268.62º 0.96% 0.8% -
XYZ 16.48 7.38 57.68 -
YUV 59.04 209.81 158.64 -
System Red Green Blue C M Y K H S L
Decimal 102 9 204 0.5 0.96 0 0.2 268.62 0.92 0.42
Hex 66 9 CC 32 60 0 14 10D 5C 2A
Octal 146 11 314 62 140 0 24 415 134 52
Binary 1100110 1001 11001100 110010 1100000 0 10100 100001101 1011100 101010

Color Harmonies of #6609CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609CC

Black with #6609CC

Text Example


Text Example

White with #6609CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6609CC; }

 p { color: rgb(102,9,204); }

 H1.HeaderClassName
 {
   color: #6609CC;
 }
 .AnyTagClassName
 {
   color: #6609CC;
 }
</style>

background-color css

<style>
 a { background-color: #6609CC; }

 a { background-color: rgb(102,9,204); }

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

border-color css

<style>
 span { border-color: #6609CC; }

 span { border-color: rgb(102,9,204); }

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