Html Css Color HEX #592CDA Purple Heart

📋 copy color: '#592CDA'

red 89 ◦ green 44 ◦ blue 218

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

Shades of Purple Heart #592CDA

Tints of Purple Heart #592CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

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

R = 25.36%
G = 12.54%
B = 62.11%

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

#592CDA (or 0x592CDA) is known color: Purple Heart. HEX triplet: 59, 2C and DA. RGB value is (89,44,218). Sum of RGB (Red+Green+Blue) = 89+44+218=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #592CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CDA is #A6D325. Grayscale: #4C4C4C. Windows color (decimal): -10933030 or 14298201. OLE color: 14298201.

HSL color Cylindrical-coordinate representation of color #592CDA: hue angle of 255.52º 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 #592CDA is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 44 218 -
CMYK 0.59 0.80 0 0.15
HSL 255.52º 0.7% 0.51% -
HSV(B) 255.52º 0.8% 0.85% -
XYZ 17.68 8.99 67.13 -
YUV 77.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 89 44 218 0.59 0.80 0 0.15 255.52 0.7 0.51
Hex 59 2C DA 3B 50 0 F 100 46 33
Octal 131 54 332 73 120 0 17 400 106 63
Binary 1011001 101100 11011010 111011 1010000 0 1111 100000000 1000110 110011

Color Harmonies of #592CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CDA

Black with #592CDA

Text Example


Text Example

White with #592CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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