Html Css Color HEX #593CCB Purple Heart

📋 copy color: '#593CCB'

red 89 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #593CCB

Tints of Purple Heart #593CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 25.28%
G = 17.05%
B = 57.67%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#593CCB (or 0x593CCB) is known color: Purple Heart. HEX triplet: 59, 3C and CB. RGB value is (89,60,203). Sum of RGB (Red+Green+Blue) = 89+60+203=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #593CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CCB is #A6C334. Grayscale: #545454. Windows color (decimal): -10928949 or 13319257. OLE color: 13319257.

HSL color Cylindrical-coordinate representation of color #593CCB: hue angle of 252.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593CCB is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 60 203 -
CMYK 0.56 0.70 0 0.20
HSL 252.17º 0.58% 0.52% -
HSV(B) 252.17º 0.7% 0.8% -
XYZ 16.52 9.67 57.5 -
YUV 84.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 89 60 203 0.56 0.70 0 0.20 252.17 0.58 0.52
Hex 59 3C CB 38 46 0 14 FC 3A 34
Octal 131 74 313 70 106 0 24 374 72 64
Binary 1011001 111100 11001011 111000 1000110 0 10100 11111100 111010 110100

Color Harmonies of #593CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CCB

Black with #593CCB

Text Example


Text Example

White with #593CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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