Html Css Color HEX #863B75 Dark Purple

📋 copy color: '#863B75'

red 134 ◦ green 59 ◦ blue 117

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

Shades of Dark Purple #863B75

Tints of Dark Purple #863B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

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

R = 43.23%
G = 19.03%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#863B75 (or 0x863B75) is known color: Dark Purple. HEX triplet: 86, 3B and 75. RGB value is (134,59,117). Sum of RGB (Red+Green+Blue) = 134+59+117=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #863B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B75 is #79C48A. Grayscale: #575757. Windows color (decimal): -7980171 or 7682950. OLE color: 7682950.

HSL color Cylindrical-coordinate representation of color #863B75: hue angle of 313.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B75 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 117 -
CMYK 0 0.56 0.13 0.47
HSL 313.6º 0.39% 0.38% -
HSV(B) 313.6º 0.56% 0.53% -
XYZ 14.61 9.48 17.89 -
YUV 88.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 134 59 117 0 0.56 0.13 0.47 313.6 0.39 0.38
Hex 86 3B 75 0 38 D 2F 13A 27 26
Octal 206 73 165 0 70 15 57 472 47 46
Binary 10000110 111011 1110101 0 111000 1101 101111 100111010 100111 100110

Color Harmonies of #863B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B75

Black with #863B75

Text Example


Text Example

White with #863B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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