Html Css Color HEX #861563 Dark Purple

📋 copy color: '#861563'

red 134 ◦ green 21 ◦ blue 99

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

Shades of Dark Purple #861563

Tints of Dark Purple #861563

RGB

 RED value IS 134 (52.73% from 255) = 52.76%

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 52.76%
G = 8.27%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#861563 (or 0x861563) is known color: Dark Purple. HEX triplet: 86, 15 and 63. RGB value is (134,21,99). Sum of RGB (Red+Green+Blue) = 134+21+99=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #861563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861563 is #79EA9C. Grayscale: #3F3F3F. Windows color (decimal): -7989917 or 6493574. OLE color: 6493574.

HSL color Cylindrical-coordinate representation of color #861563: hue angle of 318.58º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861563 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 99 -
CMYK 0 0.84 0.26 0.47
HSL 318.58º 0.73% 0.3% -
HSV(B) 318.58º 0.84% 0.53% -
XYZ 12.35 6.51 12.41 -
YUV 63.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 134 21 99 0 0.84 0.26 0.47 318.58 0.73 0.3
Hex 86 15 63 0 54 1A 2F 13F 49 1E
Octal 206 25 143 0 124 32 57 477 111 36
Binary 10000110 10101 1100011 0 1010100 11010 101111 100111111 1001001 11110

Color Harmonies of #861563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861563

Black with #861563

Text Example


Text Example

White with #861563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861563; }

 p { color: rgb(134,21,99); }

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

background-color css

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

 a { background-color: rgb(134,21,99); }

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

border-color css

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

 span { border-color: rgb(134,21,99); }

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