Html Css Color HEX #861274 Dark Purple

📋 copy color: '#861274'

red 134 ◦ green 18 ◦ blue 116

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

Shades of Dark Purple #861274

Tints of Dark Purple #861274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 50%
G = 6.72%
B = 43.28%

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

#861274 (or 0x861274) is known color: Dark Purple. HEX triplet: 86, 12 and 74. RGB value is (134,18,116). Sum of RGB (Red+Green+Blue) = 134+18+116=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #861274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861274 is #79ED8B. Grayscale: #3F3F3F. Windows color (decimal): -7990668 or 7606918. OLE color: 7606918.

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

Color convert

RGB 134 18 116 -
CMYK 0 0.87 0.13 0.47
HSL 309.31º 0.76% 0.3% -
HSV(B) 309.31º 0.87% 0.53% -
XYZ 13.2 6.76 17.13 -
YUV 63.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 134 18 116 0 0.87 0.13 0.47 309.31 0.76 0.3
Hex 86 12 74 0 57 D 2F 135 4C 1E
Octal 206 22 164 0 127 15 57 465 114 36
Binary 10000110 10010 1110100 0 1010111 1101 101111 100110101 1001100 11110

Color Harmonies of #861274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861274

Black with #861274

Text Example


Text Example

White with #861274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861274; }

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

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

background-color css

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

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

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

border-color css

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

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

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