Html Css Color HEX #864175 Dark Purple

📋 copy color: '#864175'

red 134 ◦ green 65 ◦ blue 117

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

Shades of Dark Purple #864175

Tints of Dark Purple #864175

RGB

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

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

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

R = 42.41%
G = 20.57%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#864175 (or 0x864175) is known color: Dark Purple. HEX triplet: 86, 41 and 75. RGB value is (134,65,117). Sum of RGB (Red+Green+Blue) = 134+65+117=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864175 is #79BE8A. Grayscale: #5B5B5B. Windows color (decimal): -7978635 or 7684486. OLE color: 7684486.

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

Color convert

RGB 134 65 117 -
CMYK 0 0.51 0.13 0.47
HSL 314.78º 0.35% 0.39% -
HSV(B) 314.78º 0.51% 0.53% -
XYZ 14.93 10.13 18 -
YUV 91.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 134 65 117 0 0.51 0.13 0.47 314.78 0.35 0.39
Hex 86 41 75 0 33 D 2F 13B 23 27
Octal 206 101 165 0 63 15 57 473 43 47
Binary 10000110 1000001 1110101 0 110011 1101 101111 100111011 100011 100111

Color Harmonies of #864175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864175

Black with #864175

Text Example


Text Example

White with #864175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864175; }

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

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

background-color css

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

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

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

border-color css

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

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

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