Html Css Color HEX #853A70 Dark Purple

📋 copy color: '#853A70'

red 133 ◦ green 58 ◦ blue 112

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

Shades of Dark Purple #853A70

Tints of Dark Purple #853A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

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

R = 43.89%
G = 19.14%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#853A70 (or 0x853A70) is known color: Dark Purple. HEX triplet: 85, 3A and 70. RGB value is (133,58,112). Sum of RGB (Red+Green+Blue) = 133+58+112=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #853A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A70 is #7AC58F. Grayscale: #565656. Windows color (decimal): -8045968 or 7355013. OLE color: 7355013.

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

Color convert

RGB 133 58 112 -
CMYK 0 0.56 0.16 0.48
HSL 316.8º 0.39% 0.37% -
HSV(B) 316.8º 0.56% 0.52% -
XYZ 14.11 9.18 16.36 -
YUV 86.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 133 58 112 0 0.56 0.16 0.48 316.8 0.39 0.37
Hex 85 3A 70 0 38 10 30 13D 27 25
Octal 205 72 160 0 70 20 60 475 47 45
Binary 10000101 111010 1110000 0 111000 10000 110000 100111101 100111 100101

Color Harmonies of #853A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A70

Black with #853A70

Text Example


Text Example

White with #853A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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