Html Css Color HEX #6009BB Purple Heart

📋 copy color: '#6009BB'

red 96 ◦ green 9 ◦ blue 187

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

Shades of Purple Heart #6009BB

Tints of Purple Heart #6009BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 32.88%
G = 3.08%
B = 64.04%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6009BB (or 0x6009BB) is known color: Purple Heart. HEX triplet: 60, 09 and BB. RGB value is (96,9,187). Sum of RGB (Red+Green+Blue) = 96+9+187=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #6009BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009BB is #9FF644. Grayscale: #363636. Windows color (decimal): -10483269 or 12257632. OLE color: 12257632.

HSL color Cylindrical-coordinate representation of color #6009BB: hue angle of 269.33º 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 #6009BB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 9 187 -
CMYK 0.49 0.95 0 0.27
HSL 269.33º 0.91% 0.38% -
HSV(B) 269.33º 0.95% 0.73% -
XYZ 13.89 6.27 47.49 -
YUV 55.31 202.32 157.03 -
System Red Green Blue C M Y K H S L
Decimal 96 9 187 0.49 0.95 0 0.27 269.33 0.91 0.38
Hex 60 9 BB 31 5F 0 1B 10D 5B 26
Octal 140 11 273 61 137 0 33 415 133 46
Binary 1100000 1001 10111011 110001 1011111 0 11011 100001101 1011011 100110

Color Harmonies of #6009BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6009BB

Black with #6009BB

Text Example


Text Example

White with #6009BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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