Html Css Color HEX #853970 Dark Purple

📋 copy color: '#853970'

red 133 ◦ green 57 ◦ blue 112

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

Shades of Dark Purple #853970

Tints of Dark Purple #853970

RGB

 RED value IS 133 (52.34% from 255) = 44.04%

 GREEN value IS 57 (22.66% from 255) = 18.87%

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

R = 44.04%
G = 18.87%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#853970 (or 0x853970) is known color: Dark Purple. HEX triplet: 85, 39 and 70. RGB value is (133,57,112). Sum of RGB (Red+Green+Blue) = 133+57+112=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853970 is #7AC68F. Grayscale: #555555. Windows color (decimal): -8046224 or 7354757. OLE color: 7354757.

HSL color Cylindrical-coordinate representation of color #853970: hue angle of 316.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853970 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 112 -
CMYK 0 0.57 0.16 0.48
HSL 316.58º 0.4% 0.37% -
HSV(B) 316.58º 0.57% 0.52% -
XYZ 14.06 9.08 16.34 -
YUV 85.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 133 57 112 0 0.57 0.16 0.48 316.58 0.4 0.37
Hex 85 39 70 0 39 10 30 13D 28 25
Octal 205 71 160 0 71 20 60 475 50 45
Binary 10000101 111001 1110000 0 111001 10000 110000 100111101 101000 100101

Color Harmonies of #853970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853970

Black with #853970

Text Example


Text Example

White with #853970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853970; }

 p { color: rgb(133,57,112); }

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

background-color css

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

 a { background-color: rgb(133,57,112); }

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

border-color css

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

 span { border-color: rgb(133,57,112); }

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