Html Css Color HEX #864275 Dark Purple

📋 copy color: '#864275'

red 134 ◦ green 66 ◦ blue 117

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

Shades of Dark Purple #864275

Tints of Dark Purple #864275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 42.27%
G = 20.82%
B = 36.91%

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

#864275 (or 0x864275) is known color: Dark Purple. HEX triplet: 86, 42 and 75. RGB value is (134,66,117). Sum of RGB (Red+Green+Blue) = 134+66+117=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #864275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864275 is #79BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7978379 or 7684742. OLE color: 7684742.

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

Color convert

RGB 134 66 117 -
CMYK 0 0.51 0.13 0.47
HSL 315º 0.34% 0.39% -
HSV(B) 315º 0.51% 0.53% -
XYZ 14.99 10.25 18.02 -
YUV 92.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 134 66 117 0 0.51 0.13 0.47 315 0.34 0.39
Hex 86 42 75 0 33 D 2F 13B 22 27
Octal 206 102 165 0 63 15 57 473 42 47
Binary 10000110 1000010 1110101 0 110011 1101 101111 100111011 100010 100111

Color Harmonies of #864275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864275

Black with #864275

Text Example


Text Example

White with #864275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864275; }

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

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

background-color css

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

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

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

border-color css

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

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

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