Html Css Color HEX #592EDB Purple Heart

📋 copy color: '#592EDB'

red 89 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #592EDB

Tints of Purple Heart #592EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 25.14%
G = 12.99%
B = 61.86%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#592EDB (or 0x592EDB) is known color: Purple Heart. HEX triplet: 59, 2E and DB. RGB value is (89,46,219). Sum of RGB (Red+Green+Blue) = 89+46+219=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #592EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EDB is #A6D124. Grayscale: #4D4D4D. Windows color (decimal): -10932517 or 14364249. OLE color: 14364249.

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

Color convert

RGB 89 46 219 -
CMYK 0.59 0.79 0 0.14
HSL 254.91º 0.71% 0.52% -
HSV(B) 254.91º 0.79% 0.86% -
XYZ 17.88 9.19 67.85 -
YUV 78.58 207.25 135.43 -
System Red Green Blue C M Y K H S L
Decimal 89 46 219 0.59 0.79 0 0.14 254.91 0.71 0.52
Hex 59 2E DB 3B 4F 0 E FF 47 34
Octal 131 56 333 73 117 0 16 377 107 64
Binary 1011001 101110 11011011 111011 1001111 0 1110 11111111 1000111 110100

Color Harmonies of #592EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592EDB

Black with #592EDB

Text Example


Text Example

White with #592EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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