Html Css Color HEX #592BBA Purple Heart

📋 copy color: '#592BBA'

red 89 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #592BBA

Tints of Purple Heart #592BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 27.99%
G = 13.52%
B = 58.49%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#592BBA (or 0x592BBA) is known color: Purple Heart. HEX triplet: 59, 2B and BA. RGB value is (89,43,186). Sum of RGB (Red+Green+Blue) = 89+43+186=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #592BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592BBA is #A6D445. Grayscale: #484848. Windows color (decimal): -10933318 or 12200793. OLE color: 12200793.

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

Color convert

RGB 89 43 186 -
CMYK 0.52 0.77 0 0.27
HSL 259.3º 0.62% 0.45% -
HSV(B) 259.3º 0.77% 0.73% -
XYZ 13.85 7.4 47.15 -
YUV 73.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 89 43 186 0.52 0.77 0 0.27 259.3 0.62 0.45
Hex 59 2B BA 34 4D 0 1B 103 3E 2D
Octal 131 53 272 64 115 0 33 403 76 55
Binary 1011001 101011 10111010 110100 1001101 0 11011 100000011 111110 101101

Color Harmonies of #592BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BBA

Black with #592BBA

Text Example


Text Example

White with #592BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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