Html Css Color HEX #592DB2 Purple Heart

📋 copy color: '#592DB2'

red 89 ◦ green 45 ◦ blue 178

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

Shades of Purple Heart #592DB2

Tints of Purple Heart #592DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 178 (69.92% from 255) = 57.05%

R = 28.53%
G = 14.42%
B = 57.05%

CMYK

 C value IS 0.5

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#592DB2 (or 0x592DB2) is known color: Purple Heart. HEX triplet: 59, 2D and B2. RGB value is (89,45,178). Sum of RGB (Red+Green+Blue) = 89+45+178=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #592DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592DB2 is #A6D24D. Grayscale: #484848. Windows color (decimal): -10932814 or 11677017. OLE color: 11677017.

HSL color Cylindrical-coordinate representation of color #592DB2: hue angle of 259.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592DB2 is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 45 178 -
CMYK 0.5 0.75 0 0.30
HSL 259.85º 0.6% 0.44% -
HSV(B) 259.85º 0.75% 0.7% -
XYZ 13.09 7.21 42.82 -
YUV 73.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 89 45 178 0.5 0.75 0 0.30 259.85 0.6 0.44
Hex 59 2D B2 32 4B 0 1E 104 3C 2C
Octal 131 55 262 62 113 0 36 404 74 54
Binary 1011001 101101 10110010 110010 1001011 0 11110 100000100 111100 101100

Color Harmonies of #592DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DB2

Black with #592DB2

Text Example


Text Example

White with #592DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,45,178); }

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

background-color css

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

 a { background-color: rgb(89,45,178); }

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

border-color css

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

 span { border-color: rgb(89,45,178); }

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