Html Css Color HEX #6009D6 Purple Heart

📋 copy color: '#6009D6'

red 96 ◦ green 9 ◦ blue 214

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

Shades of Purple Heart #6009D6

Tints of Purple Heart #6009D6

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

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

 BLUE value IS 214 (83.98% from 255) = 67.08%

R = 30.09%
G = 2.82%
B = 67.08%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6009D6 (or 0x6009D6) is known color: Purple Heart. HEX triplet: 60, 09 and D6. RGB value is (96,9,214). Sum of RGB (Red+Green+Blue) = 96+9+214=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 214 (83.98% from 255 or 67.08% from 319); Max value from RGB is 214 - color contains mainly: blue. Hex color #6009D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009D6 is #9FF629. Grayscale: #393939. Windows color (decimal): -10483242 or 14027104. OLE color: 14027104.

HSL color Cylindrical-coordinate representation of color #6009D6: hue angle of 265.46º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009D6 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 9 214 -
CMYK 0.55 0.96 0 0.16
HSL 265.46º 0.92% 0.44% -
HSV(B) 265.46º 0.96% 0.84% -
XYZ 17.06 7.54 64.17 -
YUV 58.38 215.82 154.83 -
System Red Green Blue C M Y K H S L
Decimal 96 9 214 0.55 0.96 0 0.16 265.46 0.92 0.44
Hex 60 9 D6 37 60 0 10 109 5C 2C
Octal 140 11 326 67 140 0 20 411 134 54
Binary 1100000 1001 11010110 110111 1100000 0 10000 100001001 1011100 101100

Color Harmonies of #6009D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009D6

Black with #6009D6

Text Example


Text Example

White with #6009D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6009D6; }

 p { color: rgb(96,9,214); }

 H1.HeaderClassName
 {
   color: #6009D6;
 }
 .AnyTagClassName
 {
   color: #6009D6;
 }
</style>

background-color css

<style>
 a { background-color: #6009D6; }

 a { background-color: rgb(96,9,214); }

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

border-color css

<style>
 span { border-color: #6009D6; }

 span { border-color: rgb(96,9,214); }

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