Html Css Color HEX #863376 Dark Purple

📋 copy color: '#863376'

red 134 ◦ green 51 ◦ blue 118

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

Shades of Dark Purple #863376

Tints of Dark Purple #863376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 44.22%
G = 16.83%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#863376 (or 0x863376) is known color: Dark Purple. HEX triplet: 86, 33 and 76. RGB value is (134,51,118). Sum of RGB (Red+Green+Blue) = 134+51+118=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863376 is #79CC89. Grayscale: #535353. Windows color (decimal): -7982218 or 7746438. OLE color: 7746438.

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

Color convert

RGB 134 51 118 -
CMYK 0 0.62 0.12 0.47
HSL 311.57º 0.45% 0.36% -
HSV(B) 311.57º 0.62% 0.53% -
XYZ 14.29 8.74 18.07 -
YUV 83.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 134 51 118 0 0.62 0.12 0.47 311.57 0.45 0.36
Hex 86 33 76 0 3E C 2F 138 2D 24
Octal 206 63 166 0 76 14 57 470 55 44
Binary 10000110 110011 1110110 0 111110 1100 101111 100111000 101101 100100

Color Harmonies of #863376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863376

Black with #863376

Text Example


Text Example

White with #863376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863376; }

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

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

background-color css

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

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

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

border-color css

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

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

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