Html Css Color HEX #5906BC Purple Heart

📋 copy color: '#5906BC'

red 89 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #5906BC

Tints of Purple Heart #5906BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 31.45%
G = 2.12%
B = 66.43%

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

#5906BC (or 0x5906BC) is known color: Purple Heart. HEX triplet: 59, 06 and BC. RGB value is (89,6,188). Sum of RGB (Red+Green+Blue) = 89+6+188=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #5906BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5906BC is #A6F943. Grayscale: #323232. Windows color (decimal): -10942788 or 12322393. OLE color: 12322393.

HSL color Cylindrical-coordinate representation of color #5906BC: hue angle of 267.36º 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 #5906BC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 6 188 -
CMYK 0.53 0.97 0 0.26
HSL 267.36º 0.94% 0.38% -
HSV(B) 267.36º 0.97% 0.74% -
XYZ 13.26 5.88 48.01 -
YUV 51.57 205 154.7 -
System Red Green Blue C M Y K H S L
Decimal 89 6 188 0.53 0.97 0 0.26 267.36 0.94 0.38
Hex 59 6 BC 35 61 0 1A 10B 5E 26
Octal 131 6 274 65 141 0 32 413 136 46
Binary 1011001 110 10111100 110101 1100001 0 11010 100001011 1011110 100110

Color Harmonies of #5906BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906BC

Black with #5906BC

Text Example


Text Example

White with #5906BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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