Html Css Color HEX #561E63 Hot Purple

📋 copy color: '#561E63'

red 86 ◦ green 30 ◦ blue 99

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

Shades of Hot Purple #561E63

Tints of Hot Purple #561E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.95%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 40%
G = 13.95%
B = 46.05%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#561E63 (or 0x561E63) is known color: Hot Purple. HEX triplet: 56, 1E and 63. RGB value is (86,30,99). Sum of RGB (Red+Green+Blue) = 86+30+99=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #561E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E63 is #A9E19C. Grayscale: #363636. Windows color (decimal): -11133341 or 6495830. OLE color: 6495830.

HSL color Cylindrical-coordinate representation of color #561E63: hue angle of 288.7º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561E63 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 30 99 -
CMYK 0.13 0.70 0 0.61
HSL 288.7º 0.53% 0.25% -
HSV(B) 288.7º 0.7% 0.39% -
XYZ 6.55 3.81 12.19 -
YUV 54.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 86 30 99 0.13 0.70 0 0.61 288.7 0.53 0.25
Hex 56 1E 63 D 46 0 3D 121 35 19
Octal 126 36 143 15 106 0 75 441 65 31
Binary 1010110 11110 1100011 1101 1000110 0 111101 100100001 110101 11001

Color Harmonies of #561E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E63

Black with #561E63

Text Example


Text Example

White with #561E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561E63; }

 p { color: rgb(86,30,99); }

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

background-color css

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

 a { background-color: rgb(86,30,99); }

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

border-color css

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

 span { border-color: rgb(86,30,99); }

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