Html Css Color HEX #592ADC Purple Heart

📋 copy color: '#592ADC'

red 89 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #592ADC

Tints of Purple Heart #592ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.97%

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 25.36%
G = 11.97%
B = 62.68%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#592ADC (or 0x592ADC) is known color: Purple Heart. HEX triplet: 59, 2A and DC. RGB value is (89,42,220). Sum of RGB (Red+Green+Blue) = 89+42+220=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #592ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592ADC is #A6D523. Grayscale: #4B4B4B. Windows color (decimal): -10933540 or 14428761. OLE color: 14428761.

HSL color Cylindrical-coordinate representation of color #592ADC: hue angle of 255.84º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592ADC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 42 220 -
CMYK 0.60 0.81 0 0.14
HSL 255.84º 0.72% 0.51% -
HSV(B) 255.84º 0.81% 0.86% -
XYZ 17.87 8.95 68.5 -
YUV 76.35 209.07 137.03 -
System Red Green Blue C M Y K H S L
Decimal 89 42 220 0.60 0.81 0 0.14 255.84 0.72 0.51
Hex 59 2A DC 3C 51 0 E 100 48 33
Octal 131 52 334 74 121 0 16 400 110 63
Binary 1011001 101010 11011100 111100 1010001 0 1110 100000000 1001000 110011

Color Harmonies of #592ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592ADC

Black with #592ADC

Text Example


Text Example

White with #592ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,42,220); }

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

background-color css

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

 a { background-color: rgb(89,42,220); }

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

border-color css

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

 span { border-color: rgb(89,42,220); }

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