Html Css Color HEX #5906BB Purple Heart

📋 copy color: '#5906BB'

red 89 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #5906BB

Tints of Purple Heart #5906BB

RGB

 RED value IS 89 (35.16% from 255) = 31.56%

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 31.56%
G = 2.13%
B = 66.31%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5906BB (or 0x5906BB) is known color: Purple Heart. HEX triplet: 59, 06 and BB. RGB value is (89,6,187). Sum of RGB (Red+Green+Blue) = 89+6+187=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #5906BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5906BB is #A6F944. Grayscale: #323232. Windows color (decimal): -10942789 or 12256857. OLE color: 12256857.

HSL color Cylindrical-coordinate representation of color #5906BB: hue angle of 267.51º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5906BB is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 6 187 -
CMYK 0.52 0.97 0 0.27
HSL 267.51º 0.94% 0.38% -
HSV(B) 267.51º 0.97% 0.73% -
XYZ 13.15 5.84 47.45 -
YUV 51.45 204.5 154.78 -
System Red Green Blue C M Y K H S L
Decimal 89 6 187 0.52 0.97 0 0.27 267.51 0.94 0.38
Hex 59 6 BB 34 61 0 1B 10C 5E 26
Octal 131 6 273 64 141 0 33 414 136 46
Binary 1011001 110 10111011 110100 1100001 0 11011 100001100 1011110 100110

Color Harmonies of #5906BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906BB

Black with #5906BB

Text Example


Text Example

White with #5906BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,6,187); }

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

background-color css

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

 a { background-color: rgb(89,6,187); }

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

border-color css

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

 span { border-color: rgb(89,6,187); }

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