Html Css Color HEX #592EBA Purple Heart

📋 copy color: '#592EBA'

red 89 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #592EBA

Tints of Purple Heart #592EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.33%

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

R = 27.73%
G = 14.33%
B = 57.94%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#592EBA (or 0x592EBA) is known color: Purple Heart. HEX triplet: 59, 2E and BA. RGB value is (89,46,186). Sum of RGB (Red+Green+Blue) = 89+46+186=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #592EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EBA is #A6D145. Grayscale: #4A4A4A. Windows color (decimal): -10932550 or 12201561. OLE color: 12201561.

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

Color convert

RGB 89 46 186 -
CMYK 0.52 0.75 0 0.27
HSL 258.43º 0.6% 0.45% -
HSV(B) 258.43º 0.75% 0.73% -
XYZ 13.96 7.62 47.19 -
YUV 74.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 89 46 186 0.52 0.75 0 0.27 258.43 0.6 0.45
Hex 59 2E BA 34 4B 0 1B 102 3C 2D
Octal 131 56 272 64 113 0 33 402 74 55
Binary 1011001 101110 10111010 110100 1001011 0 11011 100000010 111100 101101

Color Harmonies of #592EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EBA

Black with #592EBA

Text Example


Text Example

White with #592EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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