Html Css Color HEX #5906D2 Purple Heart

📋 copy color: '#5906D2'

red 89 ◦ green 6 ◦ blue 210

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

Shades of Purple Heart #5906D2

Tints of Purple Heart #5906D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 68.85%

R = 29.18%
G = 1.97%
B = 68.85%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5906D2 (or 0x5906D2) is known color: Purple Heart. HEX triplet: 59, 06 and D2. RGB value is (89,6,210). Sum of RGB (Red+Green+Blue) = 89+6+210=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #5906D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5906D2 is #A6F92D. Grayscale: #353535. Windows color (decimal): -10942766 or 13764185. OLE color: 13764185.

HSL color Cylindrical-coordinate representation of color #5906D2: hue angle of 264.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5906D2 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 6 210 -
CMYK 0.58 0.97 0 0.18
HSL 264.41º 0.94% 0.42% -
HSV(B) 264.41º 0.97% 0.82% -
XYZ 15.82 6.91 61.47 -
YUV 54.07 216 152.91 -
System Red Green Blue C M Y K H S L
Decimal 89 6 210 0.58 0.97 0 0.18 264.41 0.94 0.42
Hex 59 6 D2 3A 61 0 12 108 5E 2A
Octal 131 6 322 72 141 0 22 410 136 52
Binary 1011001 110 11010010 111010 1100001 0 10010 100001000 1011110 101010

Color Harmonies of #5906D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906D2

Black with #5906D2

Text Example


Text Example

White with #5906D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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