Html Css Color HEX #861565 Dark Purple

📋 copy color: '#861565'

red 134 ◦ green 21 ◦ blue 101

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

Shades of Dark Purple #861565

Tints of Dark Purple #861565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 52.34%
G = 8.2%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#861565 (or 0x861565) is known color: Dark Purple. HEX triplet: 86, 15 and 65. RGB value is (134,21,101). Sum of RGB (Red+Green+Blue) = 134+21+101=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #861565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861565 is #79EA9A. Grayscale: #3F3F3F. Windows color (decimal): -7989915 or 6624646. OLE color: 6624646.

HSL color Cylindrical-coordinate representation of color #861565: hue angle of 317.52º 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 #861565 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 101 -
CMYK 0 0.84 0.25 0.47
HSL 317.52º 0.73% 0.3% -
HSV(B) 317.52º 0.84% 0.53% -
XYZ 12.45 6.54 12.92 -
YUV 63.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 134 21 101 0 0.84 0.25 0.47 317.52 0.73 0.3
Hex 86 15 65 0 54 19 2F 13E 49 1E
Octal 206 25 145 0 124 31 57 476 111 36
Binary 10000110 10101 1100101 0 1010100 11001 101111 100111110 1001001 11110

Color Harmonies of #861565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861565

Black with #861565

Text Example


Text Example

White with #861565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861565; }

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

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

background-color css

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

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

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

border-color css

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

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

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