Html Css Color HEX #592DBE Purple Heart

📋 copy color: '#592DBE'

red 89 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #592DBE

Tints of Purple Heart #592DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 27.47%
G = 13.89%
B = 58.64%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#592DBE (or 0x592DBE) is known color: Purple Heart. HEX triplet: 59, 2D and BE. RGB value is (89,45,190). Sum of RGB (Red+Green+Blue) = 89+45+190=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #592DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DBE is #A6D241. Grayscale: #4A4A4A. Windows color (decimal): -10932802 or 12463449. OLE color: 12463449.

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

Color convert

RGB 89 45 190 -
CMYK 0.53 0.76 0 0.25
HSL 258.21º 0.62% 0.46% -
HSV(B) 258.21º 0.76% 0.75% -
XYZ 14.35 7.72 49.45 -
YUV 74.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 89 45 190 0.53 0.76 0 0.25 258.21 0.62 0.46
Hex 59 2D BE 35 4C 0 19 102 3E 2E
Octal 131 55 276 65 114 0 31 402 76 56
Binary 1011001 101101 10111110 110101 1001100 0 11001 100000010 111110 101110

Color Harmonies of #592DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592DBE

Black with #592DBE

Text Example


Text Example

White with #592DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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