Html Css Color HEX #863476 Dark Purple

📋 copy color: '#863476'

red 134 ◦ green 52 ◦ blue 118

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

Shades of Dark Purple #863476

Tints of Dark Purple #863476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 44.08%
G = 17.11%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#863476 (or 0x863476) is known color: Dark Purple. HEX triplet: 86, 34 and 76. RGB value is (134,52,118). Sum of RGB (Red+Green+Blue) = 134+52+118=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863476 is #79CB89. Grayscale: #535353. Windows color (decimal): -7981962 or 7746694. OLE color: 7746694.

HSL color Cylindrical-coordinate representation of color #863476: hue angle of 311.71º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863476 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 118 -
CMYK 0 0.61 0.12 0.47
HSL 311.71º 0.44% 0.36% -
HSV(B) 311.71º 0.61% 0.53% -
XYZ 14.33 8.83 18.09 -
YUV 84.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 134 52 118 0 0.61 0.12 0.47 311.71 0.44 0.36
Hex 86 34 76 0 3D C 2F 138 2C 24
Octal 206 64 166 0 75 14 57 470 54 44
Binary 10000110 110100 1110110 0 111101 1100 101111 100111000 101100 100100

Color Harmonies of #863476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863476

Black with #863476

Text Example


Text Example

White with #863476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863476; }

 p { color: rgb(134,52,118); }

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

background-color css

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

 a { background-color: rgb(134,52,118); }

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

border-color css

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

 span { border-color: rgb(134,52,118); }

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