Html Css Color HEX #864177 Dark Purple

📋 copy color: '#864177'

red 134 ◦ green 65 ◦ blue 119

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

Shades of Dark Purple #864177

Tints of Dark Purple #864177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 42.14%
G = 20.44%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#864177 (or 0x864177) is known color: Dark Purple. HEX triplet: 86, 41 and 77. RGB value is (134,65,119). Sum of RGB (Red+Green+Blue) = 134+65+119=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #864177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864177 is #79BE88. Grayscale: #5B5B5B. Windows color (decimal): -7978633 or 7815558. OLE color: 7815558.

HSL color Cylindrical-coordinate representation of color #864177: hue angle of 313.04º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864177 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 65 119 -
CMYK 0 0.51 0.11 0.47
HSL 313.04º 0.35% 0.39% -
HSV(B) 313.04º 0.51% 0.53% -
XYZ 15.05 10.18 18.62 -
YUV 91.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 134 65 119 0 0.51 0.11 0.47 313.04 0.35 0.39
Hex 86 41 77 0 33 B 2F 139 23 27
Octal 206 101 167 0 63 13 57 471 43 47
Binary 10000110 1000001 1110111 0 110011 1011 101111 100111001 100011 100111

Color Harmonies of #864177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864177

Black with #864177

Text Example


Text Example

White with #864177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864177; }

 p { color: rgb(134,65,119); }

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

background-color css

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

 a { background-color: rgb(134,65,119); }

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

border-color css

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

 span { border-color: rgb(134,65,119); }

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