Html Css Color HEX #592DBD Purple Heart

📋 copy color: '#592DBD'

red 89 ◦ green 45 ◦ blue 189

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

Shades of Purple Heart #592DBD

Tints of Purple Heart #592DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 27.55%
G = 13.93%
B = 58.51%

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

#592DBD (or 0x592DBD) is known color: Purple Heart. HEX triplet: 59, 2D and BD. RGB value is (89,45,189). Sum of RGB (Red+Green+Blue) = 89+45+189=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #592DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DBD is #A6D242. Grayscale: #4A4A4A. Windows color (decimal): -10932803 or 12397913. OLE color: 12397913.

HSL color Cylindrical-coordinate representation of color #592DBD: hue angle of 258.33º degrees, saturation: 0.62, 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 #592DBD is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 45 189 -
CMYK 0.53 0.76 0 0.26
HSL 258.33º 0.62% 0.46% -
HSV(B) 258.33º 0.76% 0.74% -
XYZ 14.24 7.67 48.87 -
YUV 74.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 89 45 189 0.53 0.76 0 0.26 258.33 0.62 0.46
Hex 59 2D BD 35 4C 0 1A 102 3E 2E
Octal 131 55 275 65 114 0 32 402 76 56
Binary 1011001 101101 10111101 110101 1001100 0 11010 100000010 111110 101110

Color Harmonies of #592DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DBD

Black with #592DBD

Text Example


Text Example

White with #592DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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