Html Css Color HEX #863576 Dark Purple

📋 copy color: '#863576'

red 134 ◦ green 53 ◦ blue 118

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

Shades of Dark Purple #863576

Tints of Dark Purple #863576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

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

R = 43.93%
G = 17.38%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#863576 (or 0x863576) is known color: Dark Purple. HEX triplet: 86, 35 and 76. RGB value is (134,53,118). Sum of RGB (Red+Green+Blue) = 134+53+118=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863576 is #79CA89. Grayscale: #545454. Windows color (decimal): -7981706 or 7746950. OLE color: 7746950.

HSL color Cylindrical-coordinate representation of color #863576: hue angle of 311.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863576 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 118 -
CMYK 0 0.60 0.12 0.47
HSL 311.85º 0.43% 0.37% -
HSV(B) 311.85º 0.6% 0.53% -
XYZ 14.37 8.92 18.1 -
YUV 84.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 134 53 118 0 0.60 0.12 0.47 311.85 0.43 0.37
Hex 86 35 76 0 3C C 2F 138 2B 25
Octal 206 65 166 0 74 14 57 470 53 45
Binary 10000110 110101 1110110 0 111100 1100 101111 100111000 101011 100101

Color Harmonies of #863576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863576

Black with #863576

Text Example


Text Example

White with #863576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863576; }

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

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

background-color css

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

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

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

border-color css

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

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

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