Html Css Color HEX #563A5B Hot Purple

📋 copy color: '#563A5B'

red 86 ◦ green 58 ◦ blue 91

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

Shades of Hot Purple #563A5B

Tints of Hot Purple #563A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 36.6%
G = 24.68%
B = 38.72%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#563A5B (or 0x563A5B) is known color: Hot Purple. HEX triplet: 56, 3A and 5B. RGB value is (86,58,91). Sum of RGB (Red+Green+Blue) = 86+58+91=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #563A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A5B is #A9C5A4. Grayscale: #464646. Windows color (decimal): -11126181 or 5978710. OLE color: 5978710.

HSL color Cylindrical-coordinate representation of color #563A5B: hue angle of 290.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #563A5B is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 58 91 -
CMYK 0.05 0.36 0 0.64
HSL 290.91º 0.22% 0.29% -
HSV(B) 290.91º 0.36% 0.36% -
XYZ 7.24 5.76 10.63 -
YUV 70.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 86 58 91 0.05 0.36 0 0.64 290.91 0.22 0.29
Hex 56 3A 5B 5 24 0 40 123 16 1D
Octal 126 72 133 5 44 0 100 443 26 35
Binary 1010110 111010 1011011 101 100100 0 1000000 100100011 10110 11101

Color Harmonies of #563A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A5B

Black with #563A5B

Text Example


Text Example

White with #563A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A5B; }

 p { color: rgb(86,58,91); }

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

background-color css

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

 a { background-color: rgb(86,58,91); }

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

border-color css

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

 span { border-color: rgb(86,58,91); }

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