Html Css Color HEX #563255 Hot Purple

📋 copy color: '#563255'

red 86 ◦ green 50 ◦ blue 85

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

Shades of Hot Purple #563255

Tints of Hot Purple #563255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 38.91%
G = 22.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#563255 (or 0x563255) is known color: Hot Purple. HEX triplet: 56, 32 and 55. RGB value is (86,50,85). Sum of RGB (Red+Green+Blue) = 86+50+85=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563255 is #A9CDAA. Grayscale: #404040. Windows color (decimal): -11128235 or 5583446. OLE color: 5583446.

HSL color Cylindrical-coordinate representation of color #563255: hue angle of 301.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563255 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 50 85 -
CMYK 0 0.42 0.01 0.66
HSL 301.67º 0.26% 0.27% -
HSV(B) 301.67º 0.42% 0.34% -
XYZ 6.62 4.92 9.19 -
YUV 64.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 86 50 85 0 0.42 0.01 0.66 301.67 0.26 0.27
Hex 56 32 55 0 2A 1 42 12E 1A 1B
Octal 126 62 125 0 52 1 102 456 32 33
Binary 1010110 110010 1010101 0 101010 1 1000010 100101110 11010 11011

Color Harmonies of #563255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563255

Black with #563255

Text Example


Text Example

White with #563255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563255; }

 p { color: rgb(86,50,85); }

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

background-color css

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

 a { background-color: rgb(86,50,85); }

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

border-color css

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

 span { border-color: rgb(86,50,85); }

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