Html Css Color HEX #563058 Hot Purple

📋 copy color: '#563058'

red 86 ◦ green 48 ◦ blue 88

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

Shades of Hot Purple #563058

Tints of Hot Purple #563058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.64%

R = 38.74%
G = 21.62%
B = 39.64%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#563058 (or 0x563058) is known color: Hot Purple. HEX triplet: 56, 30 and 58. RGB value is (86,48,88). Sum of RGB (Red+Green+Blue) = 86+48+88=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #563058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563058 is #A9CFA7. Grayscale: #3F3F3F. Windows color (decimal): -11128744 or 5779542. OLE color: 5779542.

HSL color Cylindrical-coordinate representation of color #563058: hue angle of 297º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #563058 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 48 88 -
CMYK 0.02 0.45 0 0.65
HSL 297º 0.29% 0.27% -
HSV(B) 297º 0.45% 0.35% -
XYZ 6.66 4.8 9.81 -
YUV 63.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 86 48 88 0.02 0.45 0 0.65 297 0.29 0.27
Hex 56 30 58 2 2D 0 41 129 1D 1B
Octal 126 60 130 2 55 0 101 451 35 33
Binary 1010110 110000 1011000 10 101101 0 1000001 100101001 11101 11011

Color Harmonies of #563058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563058

Black with #563058

Text Example


Text Example

White with #563058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563058; }

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

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

background-color css

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

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

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

border-color css

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

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

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