Html Css Color HEX #863F73 Dark Purple

📋 copy color: '#863F73'

red 134 ◦ green 63 ◦ blue 115

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

Shades of Dark Purple #863F73

Tints of Dark Purple #863F73

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 42.95%
G = 20.19%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#863F73 (or 0x863F73) is known color: Dark Purple. HEX triplet: 86, 3F and 73. RGB value is (134,63,115). Sum of RGB (Red+Green+Blue) = 134+63+115=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #863F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F73 is #79C08C. Grayscale: #5A5A5A. Windows color (decimal): -7979149 or 7552902. OLE color: 7552902.

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

Color convert

RGB 134 63 115 -
CMYK 0 0.53 0.14 0.47
HSL 316.06º 0.36% 0.39% -
HSV(B) 316.06º 0.53% 0.53% -
XYZ 14.7 9.86 17.35 -
YUV 90.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 134 63 115 0 0.53 0.14 0.47 316.06 0.36 0.39
Hex 86 3F 73 0 35 E 2F 13C 24 27
Octal 206 77 163 0 65 16 57 474 44 47
Binary 10000110 111111 1110011 0 110101 1110 101111 100111100 100100 100111

Color Harmonies of #863F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F73

Black with #863F73

Text Example


Text Example

White with #863F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,115); }

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

background-color css

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

 a { background-color: rgb(134,63,115); }

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

border-color css

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

 span { border-color: rgb(134,63,115); }

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