Html Css Color HEX #592EBC Purple Heart

📋 copy color: '#592EBC'

red 89 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #592EBC

Tints of Purple Heart #592EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 27.55%
G = 14.24%
B = 58.2%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#592EBC (or 0x592EBC) is known color: Purple Heart. HEX triplet: 59, 2E and BC. RGB value is (89,46,188). Sum of RGB (Red+Green+Blue) = 89+46+188=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #592EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EBC is #A6D143. Grayscale: #4A4A4A. Windows color (decimal): -10932548 or 12332633. OLE color: 12332633.

HSL color Cylindrical-coordinate representation of color #592EBC: hue angle of 258.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592EBC is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 46 188 -
CMYK 0.53 0.76 0 0.26
HSL 258.17º 0.61% 0.46% -
HSV(B) 258.17º 0.76% 0.74% -
XYZ 14.17 7.71 48.32 -
YUV 75.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 89 46 188 0.53 0.76 0 0.26 258.17 0.61 0.46
Hex 59 2E BC 35 4C 0 1A 102 3D 2E
Octal 131 56 274 65 114 0 32 402 75 56
Binary 1011001 101110 10111100 110101 1001100 0 11010 100000010 111101 101110

Color Harmonies of #592EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EBC

Black with #592EBC

Text Example


Text Example

White with #592EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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