Html Css Color HEX #861073 Dark Purple

📋 copy color: '#861073'

red 134 ◦ green 16 ◦ blue 115

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

Shades of Dark Purple #861073

Tints of Dark Purple #861073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 50.57%
G = 6.04%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#861073 (or 0x861073) is known color: Dark Purple. HEX triplet: 86, 10 and 73. RGB value is (134,16,115). Sum of RGB (Red+Green+Blue) = 134+16+115=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #861073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861073 is #79EF8C. Grayscale: #3E3E3E. Windows color (decimal): -7991181 or 7540870. OLE color: 7540870.

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

Color convert

RGB 134 16 115 -
CMYK 0 0.88 0.14 0.47
HSL 309.66º 0.79% 0.29% -
HSV(B) 309.66º 0.88% 0.53% -
XYZ 13.11 6.68 16.82 -
YUV 62.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 134 16 115 0 0.88 0.14 0.47 309.66 0.79 0.29
Hex 86 10 73 0 58 E 2F 136 4F 1D
Octal 206 20 163 0 130 16 57 466 117 35
Binary 10000110 10000 1110011 0 1011000 1110 101111 100110110 1001111 11101

Color Harmonies of #861073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861073

Black with #861073

Text Example


Text Example

White with #861073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861073; }

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

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

background-color css

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

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

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

border-color css

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

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

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