Html Css Color HEX #592EC0 Purple Heart

📋 copy color: '#592EC0'

red 89 ◦ green 46 ◦ blue 192

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

Shades of Purple Heart #592EC0

Tints of Purple Heart #592EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.72%

R = 27.22%
G = 14.07%
B = 58.72%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#592EC0 (or 0x592EC0) is known color: Purple Heart. HEX triplet: 59, 2E and C0. RGB value is (89,46,192). Sum of RGB (Red+Green+Blue) = 89+46+192=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #592EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EC0 is #A6D13F. Grayscale: #4A4A4A. Windows color (decimal): -10932544 or 12594777. OLE color: 12594777.

HSL color Cylindrical-coordinate representation of color #592EC0: hue angle of 257.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592EC0 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 46 192 -
CMYK 0.54 0.76 0 0.25
HSL 257.67º 0.61% 0.47% -
HSV(B) 257.67º 0.76% 0.75% -
XYZ 14.61 7.88 50.62 -
YUV 75.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 89 46 192 0.54 0.76 0 0.25 257.67 0.61 0.47
Hex 59 2E C0 36 4C 0 19 102 3D 2F
Octal 131 56 300 66 114 0 31 402 75 57
Binary 1011001 101110 11000000 110110 1001100 0 11001 100000010 111101 101111

Color Harmonies of #592EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EC0

Black with #592EC0

Text Example


Text Example

White with #592EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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