Html Css Color HEX #5906BD Purple Heart

📋 copy color: '#5906BD'

red 89 ◦ green 6 ◦ blue 189

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

Shades of Purple Heart #5906BD

Tints of Purple Heart #5906BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.55%

R = 31.34%
G = 2.11%
B = 66.55%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5906BD (or 0x5906BD) is known color: Purple Heart. HEX triplet: 59, 06 and BD. RGB value is (89,6,189). Sum of RGB (Red+Green+Blue) = 89+6+189=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #5906BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5906BD is #A6F942. Grayscale: #333333. Windows color (decimal): -10942787 or 12387929. OLE color: 12387929.

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

Color convert

RGB 89 6 189 -
CMYK 0.53 0.97 0 0.26
HSL 267.21º 0.94% 0.38% -
HSV(B) 267.21º 0.97% 0.74% -
XYZ 13.37 5.93 48.58 -
YUV 51.68 205.5 154.62 -
System Red Green Blue C M Y K H S L
Decimal 89 6 189 0.53 0.97 0 0.26 267.21 0.94 0.38
Hex 59 6 BD 35 61 0 1A 10B 5E 26
Octal 131 6 275 65 141 0 32 413 136 46
Binary 1011001 110 10111101 110101 1100001 0 11010 100001011 1011110 100110

Color Harmonies of #5906BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906BD

Black with #5906BD

Text Example


Text Example

White with #5906BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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