Html Css Color HEX #863A75 Dark Purple

📋 copy color: '#863A75'

red 134 ◦ green 58 ◦ blue 117

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

Shades of Dark Purple #863A75

Tints of Dark Purple #863A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

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

R = 43.37%
G = 18.77%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#863A75 (or 0x863A75) is known color: Dark Purple. HEX triplet: 86, 3A and 75. RGB value is (134,58,117). Sum of RGB (Red+Green+Blue) = 134+58+117=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #863A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A75 is #79C58A. Grayscale: #575757. Windows color (decimal): -7980427 or 7682694. OLE color: 7682694.

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

Color convert

RGB 134 58 117 -
CMYK 0 0.57 0.13 0.47
HSL 313.42º 0.4% 0.38% -
HSV(B) 313.42º 0.57% 0.53% -
XYZ 14.56 9.38 17.87 -
YUV 87.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 134 58 117 0 0.57 0.13 0.47 313.42 0.4 0.38
Hex 86 3A 75 0 39 D 2F 139 28 26
Octal 206 72 165 0 71 15 57 471 50 46
Binary 10000110 111010 1110101 0 111001 1101 101111 100111001 101000 100110

Color Harmonies of #863A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A75

Black with #863A75

Text Example


Text Example

White with #863A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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