Html Css Color HEX #590EBA Purple Heart

📋 copy color: '#590EBA'

red 89 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #590EBA

Tints of Purple Heart #590EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 30.8%
G = 4.84%
B = 64.36%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#590EBA (or 0x590EBA) is known color: Purple Heart. HEX triplet: 59, 0E and BA. RGB value is (89,14,186). Sum of RGB (Red+Green+Blue) = 89+14+186=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #590EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590EBA is #A6F145. Grayscale: #373737. Windows color (decimal): -10940742 or 12193369. OLE color: 12193369.

HSL color Cylindrical-coordinate representation of color #590EBA: hue angle of 266.16º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590EBA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 14 186 -
CMYK 0.52 0.92 0 0.27
HSL 266.16º 0.86% 0.39% -
HSV(B) 266.16º 0.92% 0.73% -
XYZ 13.14 5.98 46.92 -
YUV 56.03 201.35 151.51 -
System Red Green Blue C M Y K H S L
Decimal 89 14 186 0.52 0.92 0 0.27 266.16 0.86 0.39
Hex 59 E BA 34 5C 0 1B 10A 56 27
Octal 131 16 272 64 134 0 33 412 126 47
Binary 1011001 1110 10111010 110100 1011100 0 11011 100001010 1010110 100111

Color Harmonies of #590EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EBA

Black with #590EBA

Text Example


Text Example

White with #590EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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