Html Css Color HEX #592CBA Purple Heart

📋 copy color: '#592CBA'

red 89 ◦ green 44 ◦ blue 186

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

Shades of Purple Heart #592CBA

Tints of Purple Heart #592CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

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

R = 27.9%
G = 13.79%
B = 58.31%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#592CBA (or 0x592CBA) is known color: Purple Heart. HEX triplet: 59, 2C and BA. RGB value is (89,44,186). Sum of RGB (Red+Green+Blue) = 89+44+186=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #592CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CBA is #A6D345. Grayscale: #494949. Windows color (decimal): -10933062 or 12201049. OLE color: 12201049.

HSL color Cylindrical-coordinate representation of color #592CBA: hue angle of 259.01º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592CBA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 44 186 -
CMYK 0.52 0.76 0 0.27
HSL 259.01º 0.62% 0.45% -
HSV(B) 259.01º 0.76% 0.73% -
XYZ 13.88 7.47 47.16 -
YUV 73.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 89 44 186 0.52 0.76 0 0.27 259.01 0.62 0.45
Hex 59 2C BA 34 4C 0 1B 103 3E 2D
Octal 131 54 272 64 114 0 33 403 76 55
Binary 1011001 101100 10111010 110100 1001100 0 11011 100000011 111110 101101

Color Harmonies of #592CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CBA

Black with #592CBA

Text Example


Text Example

White with #592CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592CBA; }

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

 H1.HeaderClassName
 {
   color: #592CBA;
 }
 .AnyTagClassName
 {
   color: #592CBA;
 }
</style>

background-color css

<style>
 a { background-color: #592CBA; }

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

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

border-color css

<style>
 span { border-color: #592CBA; }

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

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