Html Css Color HEX #592EDD Purple Heart

📋 copy color: '#592EDD'

red 89 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #592EDD

Tints of Purple Heart #592EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 25%
G = 12.92%
B = 62.08%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#592EDD (or 0x592EDD) is known color: Purple Heart. HEX triplet: 59, 2E and DD. RGB value is (89,46,221). Sum of RGB (Red+Green+Blue) = 89+46+221=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #592EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EDD is #A6D122. Grayscale: #4E4E4E. Windows color (decimal): -10932515 or 14495321. OLE color: 14495321.

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

Color convert

RGB 89 46 221 -
CMYK 0.60 0.79 0 0.13
HSL 254.74º 0.72% 0.52% -
HSV(B) 254.74º 0.79% 0.87% -
XYZ 18.15 9.3 69.24 -
YUV 78.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 89 46 221 0.60 0.79 0 0.13 254.74 0.72 0.52
Hex 59 2E DD 3C 4F 0 D FF 48 34
Octal 131 56 335 74 117 0 15 377 110 64
Binary 1011001 101110 11011101 111100 1001111 0 1101 11111111 1001000 110100

Color Harmonies of #592EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EDD

Black with #592EDD

Text Example


Text Example

White with #592EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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