Html Css Color HEX #861069 Dark Purple

📋 copy color: '#861069'

red 134 ◦ green 16 ◦ blue 105

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

Shades of Dark Purple #861069

Tints of Dark Purple #861069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 52.55%
G = 6.27%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#861069 (or 0x861069) is known color: Dark Purple. HEX triplet: 86, 10 and 69. RGB value is (134,16,105). Sum of RGB (Red+Green+Blue) = 134+16+105=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #861069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861069 is #79EF96. Grayscale: #3D3D3D. Windows color (decimal): -7991191 or 6885510. OLE color: 6885510.

HSL color Cylindrical-coordinate representation of color #861069: hue angle of 314.75º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861069 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 105 -
CMYK 0 0.88 0.22 0.47
HSL 314.75º 0.79% 0.29% -
HSV(B) 314.75º 0.88% 0.53% -
XYZ 12.57 6.46 13.95 -
YUV 61.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 134 16 105 0 0.88 0.22 0.47 314.75 0.79 0.29
Hex 86 10 69 0 58 16 2F 13B 4F 1D
Octal 206 20 151 0 130 26 57 473 117 35
Binary 10000110 10000 1101001 0 1011000 10110 101111 100111011 1001111 11101

Color Harmonies of #861069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861069

Black with #861069

Text Example


Text Example

White with #861069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861069; }

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

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

background-color css

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

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

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

border-color css

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

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

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