Html Css Color HEX #863770 Dark Purple

📋 copy color: '#863770'

red 134 ◦ green 55 ◦ blue 112

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

Shades of Dark Purple #863770

Tints of Dark Purple #863770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 44.52%
G = 18.27%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#863770 (or 0x863770) is known color: Dark Purple. HEX triplet: 86, 37 and 70. RGB value is (134,55,112). Sum of RGB (Red+Green+Blue) = 134+55+112=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #863770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863770 is #79C88F. Grayscale: #545454. Windows color (decimal): -7981200 or 7354246. OLE color: 7354246.

HSL color Cylindrical-coordinate representation of color #863770: hue angle of 316.71º 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 #863770 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 112 -
CMYK 0 0.59 0.16 0.47
HSL 316.71º 0.42% 0.37% -
HSV(B) 316.71º 0.59% 0.53% -
XYZ 14.12 8.97 16.32 -
YUV 85.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 134 55 112 0 0.59 0.16 0.47 316.71 0.42 0.37
Hex 86 37 70 0 3B 10 2F 13D 2A 25
Octal 206 67 160 0 73 20 57 475 52 45
Binary 10000110 110111 1110000 0 111011 10000 101111 100111101 101010 100101

Color Harmonies of #863770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863770

Black with #863770

Text Example


Text Example

White with #863770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863770; }

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

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

background-color css

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

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

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

border-color css

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

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

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