Html Css Color HEX #593BBC Purple Heart

📋 copy color: '#593BBC'

red 89 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #593BBC

Tints of Purple Heart #593BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.56%

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 26.49%
G = 17.56%
B = 55.95%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#593BBC (or 0x593BBC) is known color: Purple Heart. HEX triplet: 59, 3B and BC. RGB value is (89,59,188). Sum of RGB (Red+Green+Blue) = 89+59+188=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #593BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BBC is #A6C443. Grayscale: #525252. Windows color (decimal): -10929220 or 12335961. OLE color: 12335961.

HSL color Cylindrical-coordinate representation of color #593BBC: hue angle of 253.95º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593BBC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 59 188 -
CMYK 0.53 0.69 0 0.26
HSL 253.95º 0.52% 0.48% -
HSV(B) 253.95º 0.69% 0.74% -
XYZ 14.76 8.88 48.51 -
YUV 82.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 89 59 188 0.53 0.69 0 0.26 253.95 0.52 0.48
Hex 59 3B BC 35 45 0 1A FE 34 30
Octal 131 73 274 65 105 0 32 376 64 60
Binary 1011001 111011 10111100 110101 1000101 0 11010 11111110 110100 110000

Color Harmonies of #593BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BBC

Black with #593BBC

Text Example


Text Example

White with #593BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,59,188); }

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

background-color css

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

 a { background-color: rgb(89,59,188); }

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

border-color css

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

 span { border-color: rgb(89,59,188); }

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