Html Css Color HEX #592EDC Purple Heart

📋 copy color: '#592EDC'

red 89 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #592EDC

Tints of Purple Heart #592EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.96%

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

R = 25.07%
G = 12.96%
B = 61.97%

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

#592EDC (or 0x592EDC) is known color: Purple Heart. HEX triplet: 59, 2E and DC. RGB value is (89,46,220). Sum of RGB (Red+Green+Blue) = 89+46+220=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #592EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EDC is #A6D123. Grayscale: #4E4E4E. Windows color (decimal): -10932516 or 14429785. OLE color: 14429785.

HSL color Cylindrical-coordinate representation of color #592EDC: hue angle of 254.83º 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 #592EDC is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 46 220 -
CMYK 0.60 0.79 0 0.14
HSL 254.83º 0.71% 0.52% -
HSV(B) 254.83º 0.79% 0.86% -
XYZ 18.02 9.25 68.55 -
YUV 78.69 207.75 135.35 -
System Red Green Blue C M Y K H S L
Decimal 89 46 220 0.60 0.79 0 0.14 254.83 0.71 0.52
Hex 59 2E DC 3C 4F 0 E FF 47 34
Octal 131 56 334 74 117 0 16 377 107 64
Binary 1011001 101110 11011100 111100 1001111 0 1110 11111111 1000111 110100

Color Harmonies of #592EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EDC

Black with #592EDC

Text Example


Text Example

White with #592EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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