Html Css Color HEX #6009BA Purple Heart

📋 copy color: '#6009BA'

red 96 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #6009BA

Tints of Purple Heart #6009BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 32.99%
G = 3.09%
B = 63.92%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6009BA (or 0x6009BA) is known color: Purple Heart. HEX triplet: 60, 09 and BA. RGB value is (96,9,186). Sum of RGB (Red+Green+Blue) = 96+9+186=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #6009BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009BA is #9FF645. Grayscale: #363636. Windows color (decimal): -10483270 or 12192096. OLE color: 12192096.

HSL color Cylindrical-coordinate representation of color #6009BA: hue angle of 269.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6009BA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 9 186 -
CMYK 0.48 0.95 0 0.27
HSL 269.49º 0.91% 0.38% -
HSV(B) 269.49º 0.95% 0.73% -
XYZ 13.78 6.23 46.93 -
YUV 55.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 96 9 186 0.48 0.95 0 0.27 269.49 0.91 0.38
Hex 60 9 BA 30 5F 0 1B 10D 5B 26
Octal 140 11 272 60 137 0 33 415 133 46
Binary 1100000 1001 10111010 110000 1011111 0 11011 100001101 1011011 100110

Color Harmonies of #6009BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009BA

Black with #6009BA

Text Example


Text Example

White with #6009BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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