Html Css Color HEX #861975 Dark Purple

📋 copy color: '#861975'

red 134 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #861975

Tints of Dark Purple #861975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 48.55%
G = 9.06%
B = 42.39%

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

#861975 (or 0x861975) is known color: Dark Purple. HEX triplet: 86, 19 and 75. RGB value is (134,25,117). Sum of RGB (Red+Green+Blue) = 134+25+117=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #861975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861975 is #79E68A. Grayscale: #434343. Windows color (decimal): -7988875 or 7674246. OLE color: 7674246.

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

Color convert

RGB 134 25 117 -
CMYK 0 0.81 0.13 0.47
HSL 309.36º 0.69% 0.31% -
HSV(B) 309.36º 0.81% 0.53% -
XYZ 13.39 7.05 17.48 -
YUV 68.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 134 25 117 0 0.81 0.13 0.47 309.36 0.69 0.31
Hex 86 19 75 0 51 D 2F 135 45 1F
Octal 206 31 165 0 121 15 57 465 105 37
Binary 10000110 11001 1110101 0 1010001 1101 101111 100110101 1000101 11111

Color Harmonies of #861975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861975

Black with #861975

Text Example


Text Example

White with #861975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861975; }

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

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

background-color css

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

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

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

border-color css

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

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

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