Html Css Color HEX #6009B2 Purple Heart

📋 copy color: '#6009B2'

red 96 ◦ green 9 ◦ blue 178

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

Shades of Purple Heart #6009B2

Tints of Purple Heart #6009B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 62.9%

R = 33.92%
G = 3.18%
B = 62.9%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6009B2 (or 0x6009B2) is known color: Purple Heart. HEX triplet: 60, 09 and B2. RGB value is (96,9,178). Sum of RGB (Red+Green+Blue) = 96+9+178=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 178 (69.92% from 255 or 62.90% from 283); Max value from RGB is 178 - color contains mainly: blue. Hex color #6009B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6009B2 is #9FF64D. Grayscale: #353535. Windows color (decimal): -10483278 or 11667808. OLE color: 11667808.

HSL color Cylindrical-coordinate representation of color #6009B2: hue angle of 270.89º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6009B2 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 9 178 -
CMYK 0.46 0.95 0 0.30
HSL 270.89º 0.9% 0.37% -
HSV(B) 270.89º 0.95% 0.7% -
XYZ 12.96 5.9 42.57 -
YUV 54.28 197.82 157.76 -
System Red Green Blue C M Y K H S L
Decimal 96 9 178 0.46 0.95 0 0.30 270.89 0.9 0.37
Hex 60 9 B2 2E 5F 0 1E 10F 5A 25
Octal 140 11 262 56 137 0 36 417 132 45
Binary 1100000 1001 10110010 101110 1011111 0 11110 100001111 1011010 100101

Color Harmonies of #6009B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009B2

Black with #6009B2

Text Example


Text Example

White with #6009B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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