Html Css Color HEX #853070 Dark Purple

📋 copy color: '#853070'

red 133 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #853070

Tints of Dark Purple #853070

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 value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#853070 (or 0x853070) is known color: 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

RGB 133 48 112 -
CMYK 0 0.64 0.16 0.48
HSL 314.82º 0.47% 0.35% -
HSV(B) 314.82º 0.64% 0.52% -
XYZ 13.65 8.27 16.21 -
YUV 80.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 133 48 112 0 0.64 0.16 0.48 314.82 0.47 0.35
Hex 85 30 70 0 40 10 30 13B 2F 23
Octal 205 60 160 0 100 20 60 473 57 43
Binary 10000101 110000 1110000 0 1000000 10000 110000 100111011 101111 100011

Color Harmonies of #853070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853070

Black with #853070

Text Example


Text Example

White with #853070

Text Example


Text Example

HTML Codes & Css Web 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>