Html Css Color HEX #563A5C Hot Purple

📋 copy color: '#563A5C'

red 86 ◦ green 58 ◦ blue 92

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

Shades of Hot Purple #563A5C

Tints of Hot Purple #563A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 36.44%
G = 24.58%
B = 38.98%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#563A5C (or 0x563A5C) is known color: Hot Purple. HEX triplet: 56, 3A and 5C. RGB value is (86,58,92). Sum of RGB (Red+Green+Blue) = 86+58+92=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #563A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A5C is #A9C5A3. Grayscale: #464646. Windows color (decimal): -11126180 or 6044246. OLE color: 6044246.

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

Color convert

RGB 86 58 92 -
CMYK 0.07 0.37 0 0.64
HSL 289.41º 0.23% 0.29% -
HSV(B) 289.41º 0.37% 0.36% -
XYZ 7.28 5.78 10.86 -
YUV 70.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 86 58 92 0.07 0.37 0 0.64 289.41 0.23 0.29
Hex 56 3A 5C 7 25 0 40 121 17 1D
Octal 126 72 134 7 45 0 100 441 27 35
Binary 1010110 111010 1011100 111 100101 0 1000000 100100001 10111 11101

Color Harmonies of #563A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A5C

Black with #563A5C

Text Example


Text Example

White with #563A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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