Html Css Color HEX #592BDA Purple Heart

📋 copy color: '#592BDA'

red 89 ◦ green 43 ◦ blue 218

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

Shades of Purple Heart #592BDA

Tints of Purple Heart #592BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 25.43%
G = 12.29%
B = 62.29%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#592BDA (or 0x592BDA) is known color: Purple Heart. HEX triplet: 59, 2B and DA. RGB value is (89,43,218). Sum of RGB (Red+Green+Blue) = 89+43+218=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #592BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592BDA is #A6D425. Grayscale: #4C4C4C. Windows color (decimal): -10933286 or 14297945. OLE color: 14297945.

HSL color Cylindrical-coordinate representation of color #592BDA: hue angle of 255.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592BDA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 43 218 -
CMYK 0.59 0.80 0 0.15
HSL 255.77º 0.7% 0.51% -
HSV(B) 255.77º 0.8% 0.85% -
XYZ 17.64 8.91 67.12 -
YUV 76.7 207.74 136.77 -
System Red Green Blue C M Y K H S L
Decimal 89 43 218 0.59 0.80 0 0.15 255.77 0.7 0.51
Hex 59 2B DA 3B 50 0 F 100 46 33
Octal 131 53 332 73 120 0 17 400 106 63
Binary 1011001 101011 11011010 111011 1010000 0 1111 100000000 1000110 110011

Color Harmonies of #592BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592BDA

Black with #592BDA

Text Example


Text Example

White with #592BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,43,218); }

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

background-color css

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

 a { background-color: rgb(89,43,218); }

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

border-color css

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

 span { border-color: rgb(89,43,218); }

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