Html Css Color HEX #593CB6 Purple Heart

📋 copy color: '#593CB6'

red 89 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #593CB6

Tints of Purple Heart #593CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 182 (71.48% from 255) = 54.98%

R = 26.89%
G = 18.13%
B = 54.98%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#593CB6 (or 0x593CB6) is known color: Purple Heart. HEX triplet: 59, 3C and B6. RGB value is (89,60,182). Sum of RGB (Red+Green+Blue) = 89+60+182=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #593CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CB6 is #A6C349. Grayscale: #525252. Windows color (decimal): -10928970 or 11943001. OLE color: 11943001.

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

Color convert

RGB 89 60 182 -
CMYK 0.51 0.67 0 0.29
HSL 254.26º 0.5% 0.47% -
HSV(B) 254.26º 0.67% 0.71% -
XYZ 14.18 8.73 45.19 -
YUV 82.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 89 60 182 0.51 0.67 0 0.29 254.26 0.5 0.47
Hex 59 3C B6 33 43 0 1D FE 32 2F
Octal 131 74 266 63 103 0 35 376 62 57
Binary 1011001 111100 10110110 110011 1000011 0 11101 11111110 110010 101111

Color Harmonies of #593CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CB6

Black with #593CB6

Text Example


Text Example

White with #593CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,60,182); }

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

background-color css

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

 a { background-color: rgb(89,60,182); }

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

border-color css

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

 span { border-color: rgb(89,60,182); }

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