Html Css Color HEX #593DB4 Purple Heart

📋 copy color: '#593DB4'

red 89 ◦ green 61 ◦ blue 180

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

Shades of Purple Heart #593DB4

Tints of Purple Heart #593DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 180 (70.7% from 255) = 54.55%

R = 26.97%
G = 18.48%
B = 54.55%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#593DB4 (or 0x593DB4) is known color: Purple Heart. HEX triplet: 59, 3D and B4. RGB value is (89,61,180). Sum of RGB (Red+Green+Blue) = 89+61+180=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #593DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DB4 is #A6C24B. Grayscale: #525252. Windows color (decimal): -10928716 or 11812185. OLE color: 11812185.

HSL color Cylindrical-coordinate representation of color #593DB4: hue angle of 254.12º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593DB4 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 61 180 -
CMYK 0.51 0.66 0 0.29
HSL 254.12º 0.49% 0.47% -
HSV(B) 254.12º 0.66% 0.71% -
XYZ 14.03 8.76 44.13 -
YUV 82.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 89 61 180 0.51 0.66 0 0.29 254.12 0.49 0.47
Hex 59 3D B4 33 42 0 1D FE 31 2F
Octal 131 75 264 63 102 0 35 376 61 57
Binary 1011001 111101 10110100 110011 1000010 0 11101 11111110 110001 101111

Color Harmonies of #593DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DB4

Black with #593DB4

Text Example


Text Example

White with #593DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593DB4; }

 p { color: rgb(89,61,180); }

 H1.HeaderClassName
 {
   color: #593DB4;
 }
 .AnyTagClassName
 {
   color: #593DB4;
 }
</style>

background-color css

<style>
 a { background-color: #593DB4; }

 a { background-color: rgb(89,61,180); }

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

border-color css

<style>
 span { border-color: #593DB4; }

 span { border-color: rgb(89,61,180); }

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