Html Css Color HEX #853071 Dark Purple

📋 copy color: '#853071'

red 133 ◦ green 48 ◦ blue 113

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

Shades of Dark Purple #853071

Tints of Dark Purple #853071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 45.24%
G = 16.33%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#853071 (or 0x853071) is known color: Dark Purple. HEX triplet: 85, 30 and 71. RGB value is (133,48,113). Sum of RGB (Red+Green+Blue) = 133+48+113=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #853071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853071 is #7ACF8E. Grayscale: #505050. Windows color (decimal): -8048527 or 7417989. OLE color: 7417989.

HSL color Cylindrical-coordinate representation of color #853071: hue angle of 314.12º 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 #853071 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 113 -
CMYK 0 0.64 0.15 0.48
HSL 314.12º 0.47% 0.35% -
HSV(B) 314.12º 0.64% 0.52% -
XYZ 13.71 8.29 16.5 -
YUV 80.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 133 48 113 0 0.64 0.15 0.48 314.12 0.47 0.35
Hex 85 30 71 0 40 F 30 13A 2F 23
Octal 205 60 161 0 100 17 60 472 57 43
Binary 10000101 110000 1110001 0 1000000 1111 110000 100111010 101111 100011

Color Harmonies of #853071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853071

Black with #853071

Text Example


Text Example

White with #853071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853071; }

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

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

background-color css

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

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

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

border-color css

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

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

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