Html Css Color HEX #563360 Hot Purple

📋 copy color: '#563360'

red 86 ◦ green 51 ◦ blue 96

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

Shades of Hot Purple #563360

Tints of Hot Purple #563360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 36.91%
G = 21.89%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563360 (or 0x563360) is known color: Hot Purple. HEX triplet: 56, 33 and 60. RGB value is (86,51,96). Sum of RGB (Red+Green+Blue) = 86+51+96=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #563360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563360 is #A9CC9F. Grayscale: #424242. Windows color (decimal): -11127968 or 6304598. OLE color: 6304598.

HSL color Cylindrical-coordinate representation of color #563360: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #563360 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 51 96 -
CMYK 0.10 0.47 0 0.62
HSL 286.67º 0.31% 0.29% -
HSV(B) 286.67º 0.47% 0.38% -
XYZ 7.13 5.19 11.69 -
YUV 66.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 86 51 96 0.10 0.47 0 0.62 286.67 0.31 0.29
Hex 56 33 60 A 2F 0 3E 11F 1F 1D
Octal 126 63 140 12 57 0 76 437 37 35
Binary 1010110 110011 1100000 1010 101111 0 111110 100011111 11111 11101

Color Harmonies of #563360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563360

Black with #563360

Text Example


Text Example

White with #563360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563360; }

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

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

background-color css

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

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

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

border-color css

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

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

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