Html Css Color HEX #592FDC Purple Heart

📋 copy color: '#592FDC'

red 89 ◦ green 47 ◦ blue 220

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

Shades of Purple Heart #592FDC

Tints of Purple Heart #592FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

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

R = 25%
G = 13.2%
B = 61.8%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#592FDC (or 0x592FDC) is known color: Purple Heart. HEX triplet: 59, 2F and DC. RGB value is (89,47,220). Sum of RGB (Red+Green+Blue) = 89+47+220=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #592FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FDC is #A6D023. Grayscale: #4E4E4E. Windows color (decimal): -10932260 or 14430041. OLE color: 14430041.

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

Color convert

RGB 89 47 220 -
CMYK 0.60 0.79 0 0.14
HSL 254.57º 0.71% 0.52% -
HSV(B) 254.57º 0.79% 0.86% -
XYZ 18.05 9.32 68.56 -
YUV 79.28 207.41 134.93 -
System Red Green Blue C M Y K H S L
Decimal 89 47 220 0.60 0.79 0 0.14 254.57 0.71 0.52
Hex 59 2F DC 3C 4F 0 E FF 47 34
Octal 131 57 334 74 117 0 16 377 107 64
Binary 1011001 101111 11011100 111100 1001111 0 1110 11111111 1000111 110100

Color Harmonies of #592FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FDC

Black with #592FDC

Text Example


Text Example

White with #592FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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