Html Css Color HEX #861A75 Dark Purple

📋 copy color: '#861A75'

red 134 ◦ green 26 ◦ blue 117

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

Shades of Dark Purple #861A75

Tints of Dark Purple #861A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 48.38%
G = 9.39%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#861A75 (or 0x861A75) is known color: Dark Purple. HEX triplet: 86, 1A and 75. RGB value is (134,26,117). Sum of RGB (Red+Green+Blue) = 134+26+117=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #861A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A75 is #79E58A. Grayscale: #444444. Windows color (decimal): -7988619 or 7674502. OLE color: 7674502.

HSL color Cylindrical-coordinate representation of color #861A75: hue angle of 309.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A75 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 26 117 -
CMYK 0 0.81 0.13 0.47
HSL 309.44º 0.68% 0.31% -
HSV(B) 309.44º 0.81% 0.53% -
XYZ 13.41 7.09 17.49 -
YUV 68.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 134 26 117 0 0.81 0.13 0.47 309.44 0.68 0.31
Hex 86 1A 75 0 51 D 2F 135 44 1F
Octal 206 32 165 0 121 15 57 465 104 37
Binary 10000110 11010 1110101 0 1010001 1101 101111 100110101 1000100 11111

Color Harmonies of #861A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861A75

Black with #861A75

Text Example


Text Example

White with #861A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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