Html Css Color HEX #863370 Dark Purple

📋 copy color: '#863370'

red 134 ◦ green 51 ◦ blue 112

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

Shades of Dark Purple #863370

Tints of Dark Purple #863370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 45.12%
G = 17.17%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#863370 (or 0x863370) is known color: Dark Purple. HEX triplet: 86, 33 and 70. RGB value is (134,51,112). Sum of RGB (Red+Green+Blue) = 134+51+112=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863370 is #79CC8F. Grayscale: #525252. Windows color (decimal): -7982224 or 7353222. OLE color: 7353222.

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

Color convert

RGB 134 51 112 -
CMYK 0 0.62 0.16 0.47
HSL 315.9º 0.45% 0.36% -
HSV(B) 315.9º 0.62% 0.53% -
XYZ 13.94 8.61 16.26 -
YUV 82.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 134 51 112 0 0.62 0.16 0.47 315.9 0.45 0.36
Hex 86 33 70 0 3E 10 2F 13C 2D 24
Octal 206 63 160 0 76 20 57 474 55 44
Binary 10000110 110011 1110000 0 111110 10000 101111 100111100 101101 100100

Color Harmonies of #863370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863370

Black with #863370

Text Example


Text Example

White with #863370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863370; }

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

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

background-color css

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

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

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

border-color css

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

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

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