#853070

Color #853070 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #853070

Tints of Dark Purple #853070

Color information

#853070 (or 0x853070) is unknown color: approx Dark Purple. HEX triplet: 85, 30 and 70. RGB value is (133,48,112). Sum of RGB (Red+Green+Blue) = 133+48+112=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #853070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853070 is #7ACF8F. Grayscale: #505050. Windows color (decimal): -8048528 or 7352453. OLE color: 7352453.

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

Color convert

RGB13348112-
CMYK00.640.160.48
HSL314.82º46.96%35.49%-
HSV(B)314.82º63.91%52.16%-
XYZ13.658.2716.21-
YUV80.71145.66165.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=45.39%
G=16.38%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334811200.640.160.48314.8246.9635.49
Hex853070040103013b2f23
Octal20560160010020604735743
Binary1000010111000011100000100000010000110000100111011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853070; }

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

 H1.HeaderClassName
 {
   color: #853070;
 }
 .AnyTagClassName
 {
   color: #853070;
 }
</style>
background-color css

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

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

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

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

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

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