Html Css Color HEX #853670 Dark Purple

📋 copy color: '#853670'

red 133 ◦ green 54 ◦ blue 112

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

Shades of Dark Purple #853670

Tints of Dark Purple #853670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 44.48%
G = 18.06%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#853670 (or 0x853670) is known color: Dark Purple. HEX triplet: 85, 36 and 70. RGB value is (133,54,112). Sum of RGB (Red+Green+Blue) = 133+54+112=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #853670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853670 is #7AC98F. Grayscale: #545454. Windows color (decimal): -8046992 or 7353989. OLE color: 7353989.

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

Color convert

RGB 133 54 112 -
CMYK 0 0.59 0.16 0.48
HSL 315.95º 0.42% 0.37% -
HSV(B) 315.95º 0.59% 0.52% -
XYZ 13.92 8.79 16.29 -
YUV 84.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 133 54 112 0 0.59 0.16 0.48 315.95 0.42 0.37
Hex 85 36 70 0 3B 10 30 13C 2A 25
Octal 205 66 160 0 73 20 60 474 52 45
Binary 10000101 110110 1110000 0 111011 10000 110000 100111100 101010 100101

Color Harmonies of #853670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853670

Black with #853670

Text Example


Text Example

White with #853670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853670; }

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

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

background-color css

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

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

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

border-color css

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

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

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