Html Css Color HEX #863276 Dark Purple

📋 copy color: '#863276'

red 134 ◦ green 50 ◦ blue 118

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

Shades of Dark Purple #863276

Tints of Dark Purple #863276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

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

R = 44.37%
G = 16.56%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#863276 (or 0x863276) is known color: Dark Purple. HEX triplet: 86, 32 and 76. RGB value is (134,50,118). Sum of RGB (Red+Green+Blue) = 134+50+118=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #863276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863276 is #79CD89. Grayscale: #525252. Windows color (decimal): -7982474 or 7746182. OLE color: 7746182.

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

Color convert

RGB 134 50 118 -
CMYK 0 0.63 0.12 0.47
HSL 311.43º 0.46% 0.36% -
HSV(B) 311.43º 0.63% 0.53% -
XYZ 14.24 8.66 18.06 -
YUV 82.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 134 50 118 0 0.63 0.12 0.47 311.43 0.46 0.36
Hex 86 32 76 0 3F C 2F 137 2E 24
Octal 206 62 166 0 77 14 57 467 56 44
Binary 10000110 110010 1110110 0 111111 1100 101111 100110111 101110 100100

Color Harmonies of #863276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863276

Black with #863276

Text Example


Text Example

White with #863276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863276; }

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

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

background-color css

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

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

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

border-color css

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

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

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