Html Css Color HEX #862170 Dark Purple

📋 copy color: '#862170'

red 134 ◦ green 33 ◦ blue 112

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

Shades of Dark Purple #862170

Tints of Dark Purple #862170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 48.03%
G = 11.83%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#862170 (or 0x862170) is known color: Dark Purple. HEX triplet: 86, 21 and 70. RGB value is (134,33,112). Sum of RGB (Red+Green+Blue) = 134+33+112=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862170 is #79DE8F. Grayscale: #474747. Windows color (decimal): -7986832 or 7348614. OLE color: 7348614.

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

Color convert

RGB 134 33 112 -
CMYK 0 0.75 0.16 0.47
HSL 313.07º 0.6% 0.33% -
HSV(B) 313.07º 0.75% 0.53% -
XYZ 13.3 7.33 16.04 -
YUV 72.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 134 33 112 0 0.75 0.16 0.47 313.07 0.6 0.33
Hex 86 21 70 0 4B 10 2F 139 3C 21
Octal 206 41 160 0 113 20 57 471 74 41
Binary 10000110 100001 1110000 0 1001011 10000 101111 100111001 111100 100001

Color Harmonies of #862170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862170

Black with #862170

Text Example


Text Example

White with #862170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862170; }

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

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

background-color css

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

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

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

border-color css

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

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

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