Html Css Color HEX #563060 Hot Purple

📋 copy color: '#563060'

red 86 ◦ green 48 ◦ blue 96

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

Shades of Hot Purple #563060

Tints of Hot Purple #563060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 37.39%
G = 20.87%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563060 (or 0x563060) is known color: Hot Purple. HEX triplet: 56, 30 and 60. RGB value is (86,48,96). Sum of RGB (Red+Green+Blue) = 86+48+96=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #563060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563060 is #A9CF9F. Grayscale: #404040. Windows color (decimal): -11128736 or 6303830. OLE color: 6303830.

HSL color Cylindrical-coordinate representation of color #563060: hue angle of 287.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #563060 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 48 96 -
CMYK 0.10 0.50 0 0.62
HSL 287.5º 0.33% 0.28% -
HSV(B) 287.5º 0.5% 0.38% -
XYZ 7.01 4.94 11.65 -
YUV 64.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 86 48 96 0.10 0.50 0 0.62 287.5 0.33 0.28
Hex 56 30 60 A 32 0 3E 120 21 1C
Octal 126 60 140 12 62 0 76 440 41 34
Binary 1010110 110000 1100000 1010 110010 0 111110 100100000 100001 11100

Color Harmonies of #563060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563060

Black with #563060

Text Example


Text Example

White with #563060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563060; }

 p { color: rgb(86,48,96); }

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

background-color css

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

 a { background-color: rgb(86,48,96); }

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

border-color css

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

 span { border-color: rgb(86,48,96); }

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