Html Css Color HEX #861569 Dark Purple

📋 copy color: '#861569'

red 134 ◦ green 21 ◦ blue 105

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

Shades of Dark Purple #861569

Tints of Dark Purple #861569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 51.54%
G = 8.08%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#861569 (or 0x861569) is known color: Dark Purple. HEX triplet: 86, 15 and 69. RGB value is (134,21,105). Sum of RGB (Red+Green+Blue) = 134+21+105=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #861569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861569 is #79EA96. Grayscale: #404040. Windows color (decimal): -7989911 or 6886790. OLE color: 6886790.

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

Color convert

RGB 134 21 105 -
CMYK 0 0.84 0.22 0.47
HSL 315.4º 0.73% 0.3% -
HSV(B) 315.4º 0.84% 0.53% -
XYZ 12.65 6.62 13.98 -
YUV 64.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 134 21 105 0 0.84 0.22 0.47 315.4 0.73 0.3
Hex 86 15 69 0 54 16 2F 13B 49 1E
Octal 206 25 151 0 124 26 57 473 111 36
Binary 10000110 10101 1101001 0 1010100 10110 101111 100111011 1001001 11110

Color Harmonies of #861569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861569

Black with #861569

Text Example


Text Example

White with #861569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861569; }

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

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

background-color css

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

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

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

border-color css

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

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

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