Html Css Color HEX #863772 Dark Purple

📋 copy color: '#863772'

red 134 ◦ green 55 ◦ blue 114

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

Shades of Dark Purple #863772

Tints of Dark Purple #863772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.15%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 44.22%
G = 18.15%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#863772 (or 0x863772) is known color: Dark Purple. HEX triplet: 86, 37 and 72. RGB value is (134,55,114). Sum of RGB (Red+Green+Blue) = 134+55+114=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863772 is #79C88D. Grayscale: #555555. Windows color (decimal): -7981198 or 7485318. OLE color: 7485318.

HSL color Cylindrical-coordinate representation of color #863772: hue angle of 315.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863772 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 114 -
CMYK 0 0.59 0.15 0.47
HSL 315.19º 0.42% 0.37% -
HSV(B) 315.19º 0.59% 0.53% -
XYZ 14.23 9.02 16.91 -
YUV 85.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 134 55 114 0 0.59 0.15 0.47 315.19 0.42 0.37
Hex 86 37 72 0 3B F 2F 13B 2A 25
Octal 206 67 162 0 73 17 57 473 52 45
Binary 10000110 110111 1110010 0 111011 1111 101111 100111011 101010 100101

Color Harmonies of #863772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863772

Black with #863772

Text Example


Text Example

White with #863772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863772; }

 p { color: rgb(134,55,114); }

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

background-color css

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

 a { background-color: rgb(134,55,114); }

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

border-color css

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

 span { border-color: rgb(134,55,114); }

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