Html Css Color HEX #563559 Hot Purple

📋 copy color: '#563559'

red 86 ◦ green 53 ◦ blue 89

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

Shades of Hot Purple #563559

Tints of Hot Purple #563559

RGB

 RED value IS 86 (33.98% from 255) = 37.72%

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 37.72%
G = 23.25%
B = 39.04%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#563559 (or 0x563559) is known color: Hot Purple. HEX triplet: 56, 35 and 59. RGB value is (86,53,89). Sum of RGB (Red+Green+Blue) = 86+53+89=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #563559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563559 is #A9CAA6. Grayscale: #424242. Windows color (decimal): -11127463 or 5846358. OLE color: 5846358.

HSL color Cylindrical-coordinate representation of color #563559: hue angle of 295º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #563559 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 53 89 -
CMYK 0.03 0.40 0 0.65
HSL 295º 0.25% 0.28% -
HSV(B) 295º 0.4% 0.35% -
XYZ 6.91 5.25 10.1 -
YUV 66.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 86 53 89 0.03 0.40 0 0.65 295 0.25 0.28
Hex 56 35 59 3 28 0 41 127 19 1C
Octal 126 65 131 3 50 0 101 447 31 34
Binary 1010110 110101 1011001 11 101000 0 1000001 100100111 11001 11100

Color Harmonies of #563559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563559

Black with #563559

Text Example


Text Example

White with #563559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563559; }

 p { color: rgb(86,53,89); }

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

background-color css

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

 a { background-color: rgb(86,53,89); }

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

border-color css

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

 span { border-color: rgb(86,53,89); }

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