Html Css Color HEX #861273 Dark Purple

📋 copy color: '#861273'

red 134 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #861273

Tints of Dark Purple #861273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 50.19%
G = 6.74%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#861273 (or 0x861273) is known color: Dark Purple. HEX triplet: 86, 12 and 73. RGB value is (134,18,115). Sum of RGB (Red+Green+Blue) = 134+18+115=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861273 is #79ED8C. Grayscale: #3F3F3F. Windows color (decimal): -7990669 or 7541382. OLE color: 7541382.

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

Color convert

RGB 134 18 115 -
CMYK 0 0.87 0.14 0.47
HSL 309.83º 0.76% 0.3% -
HSV(B) 309.83º 0.87% 0.53% -
XYZ 13.14 6.74 16.83 -
YUV 63.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 134 18 115 0 0.87 0.14 0.47 309.83 0.76 0.3
Hex 86 12 73 0 57 E 2F 136 4C 1E
Octal 206 22 163 0 127 16 57 466 114 36
Binary 10000110 10010 1110011 0 1010111 1110 101111 100110110 1001100 11110

Color Harmonies of #861273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861273

Black with #861273

Text Example


Text Example

White with #861273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861273; }

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

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

background-color css

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

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

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

border-color css

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

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

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