Html Css Color HEX #6609D2 Purple Heart

📋 copy color: '#6609D2'

red 102 ◦ green 9 ◦ blue 210

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

Shades of Purple Heart #6609D2

Tints of Purple Heart #6609D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 65.42%

R = 31.78%
G = 2.8%
B = 65.42%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6609D2 (or 0x6609D2) is known color: Purple Heart. HEX triplet: 66, 09 and D2. RGB value is (102,9,210). Sum of RGB (Red+Green+Blue) = 102+9+210=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 210 (82.42% from 255 or 65.42% from 321); Max value from RGB is 210 - color contains mainly: blue. Hex color #6609D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6609D2 is #99F62D. Grayscale: #3B3B3B. Windows color (decimal): -10090030 or 13764966. OLE color: 13764966.

HSL color Cylindrical-coordinate representation of color #6609D2: hue angle of 267.76º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6609D2 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 9 210 -
CMYK 0.51 0.96 0 0.18
HSL 267.76º 0.92% 0.43% -
HSV(B) 267.76º 0.96% 0.82% -
XYZ 17.21 7.67 61.55 -
YUV 59.72 212.81 158.16 -
System Red Green Blue C M Y K H S L
Decimal 102 9 210 0.51 0.96 0 0.18 267.76 0.92 0.43
Hex 66 9 D2 33 60 0 12 10C 5C 2B
Octal 146 11 322 63 140 0 22 414 134 53
Binary 1100110 1001 11010010 110011 1100000 0 10010 100001100 1011100 101011

Color Harmonies of #6609D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6609D2

Black with #6609D2

Text Example


Text Example

White with #6609D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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