Html Css Color HEX #861175 Dark Purple

📋 copy color: '#861175'

red 134 ◦ green 17 ◦ blue 117

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

Shades of Dark Purple #861175

Tints of Dark Purple #861175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 50%
G = 6.34%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#861175 (or 0x861175) is known color: Dark Purple. HEX triplet: 86, 11 and 75. RGB value is (134,17,117). Sum of RGB (Red+Green+Blue) = 134+17+117=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #861175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861175 is #79EE8A. Grayscale: #3F3F3F. Windows color (decimal): -7990923 or 7672198. OLE color: 7672198.

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

Color convert

RGB 134 17 117 -
CMYK 0 0.87 0.13 0.47
HSL 308.72º 0.77% 0.3% -
HSV(B) 308.72º 0.87% 0.53% -
XYZ 13.24 6.75 17.44 -
YUV 63.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 134 17 117 0 0.87 0.13 0.47 308.72 0.77 0.3
Hex 86 11 75 0 57 D 2F 135 4D 1E
Octal 206 21 165 0 127 15 57 465 115 36
Binary 10000110 10001 1110101 0 1010111 1101 101111 100110101 1001101 11110

Color Harmonies of #861175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861175

Black with #861175

Text Example


Text Example

White with #861175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861175; }

 p { color: rgb(134,17,117); }

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

background-color css

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

 a { background-color: rgb(134,17,117); }

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

border-color css

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

 span { border-color: rgb(134,17,117); }

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