Html Css Color HEX #590EBF Purple Heart

📋 copy color: '#590EBF'

red 89 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #590EBF

Tints of Purple Heart #590EBF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.76%

 BLUE value IS 191 (75% from 255) = 64.97%

R = 30.27%
G = 4.76%
B = 64.97%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#590EBF (or 0x590EBF) is known color: Purple Heart. HEX triplet: 59, 0E and BF. RGB value is (89,14,191). Sum of RGB (Red+Green+Blue) = 89+14+191=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #590EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590EBF is #A6F140. Grayscale: #373737. Windows color (decimal): -10940737 or 12521049. OLE color: 12521049.

HSL color Cylindrical-coordinate representation of color #590EBF: hue angle of 265.42º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590EBF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 14 191 -
CMYK 0.53 0.93 0 0.25
HSL 265.42º 0.86% 0.4% -
HSV(B) 265.42º 0.93% 0.75% -
XYZ 13.68 6.2 49.77 -
YUV 56.6 203.85 151.11 -
System Red Green Blue C M Y K H S L
Decimal 89 14 191 0.53 0.93 0 0.25 265.42 0.86 0.4
Hex 59 E BF 35 5D 0 19 109 56 28
Octal 131 16 277 65 135 0 31 411 126 50
Binary 1011001 1110 10111111 110101 1011101 0 11001 100001001 1010110 101000

Color Harmonies of #590EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EBF

Black with #590EBF

Text Example


Text Example

White with #590EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590EBF; }

 p { color: rgb(89,14,191); }

 H1.HeaderClassName
 {
   color: #590EBF;
 }
 .AnyTagClassName
 {
   color: #590EBF;
 }
</style>

background-color css

<style>
 a { background-color: #590EBF; }

 a { background-color: rgb(89,14,191); }

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

border-color css

<style>
 span { border-color: #590EBF; }

 span { border-color: rgb(89,14,191); }

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