Html Css Color HEX #862970 Dark Purple

📋 copy color: '#862970'

red 134 ◦ green 41 ◦ blue 112

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

Shades of Dark Purple #862970

Tints of Dark Purple #862970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 46.69%
G = 14.29%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#862970 (or 0x862970) is known color: Dark Purple. HEX triplet: 86, 29 and 70. RGB value is (134,41,112). Sum of RGB (Red+Green+Blue) = 134+41+112=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #862970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862970 is #79D68F. Grayscale: #4C4C4C. Windows color (decimal): -7984784 or 7350662. OLE color: 7350662.

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

Color convert

RGB 134 41 112 -
CMYK 0 0.69 0.16 0.47
HSL 314.19º 0.53% 0.34% -
HSV(B) 314.19º 0.69% 0.53% -
XYZ 13.55 7.82 16.13 -
YUV 76.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 134 41 112 0 0.69 0.16 0.47 314.19 0.53 0.34
Hex 86 29 70 0 45 10 2F 13A 35 22
Octal 206 51 160 0 105 20 57 472 65 42
Binary 10000110 101001 1110000 0 1000101 10000 101111 100111010 110101 100010

Color Harmonies of #862970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862970

Black with #862970

Text Example


Text Example

White with #862970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862970; }

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

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

background-color css

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

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

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

border-color css

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

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

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