Html Css Color HEX #852970 Dark Purple

📋 copy color: '#852970'

red 133 ◦ green 41 ◦ blue 112

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

Shades of Dark Purple #852970

Tints of Dark Purple #852970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

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

R = 46.5%
G = 14.34%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#852970 (or 0x852970) is known color: Dark Purple. HEX triplet: 85, 29 and 70. RGB value is (133,41,112). Sum of RGB (Red+Green+Blue) = 133+41+112=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #852970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852970 is #7AD68F. Grayscale: #4C4C4C. Windows color (decimal): -8050320 or 7350661. OLE color: 7350661.

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

Color convert

RGB 133 41 112 -
CMYK 0 0.69 0.16 0.48
HSL 313.7º 0.53% 0.34% -
HSV(B) 313.7º 0.69% 0.52% -
XYZ 13.39 7.74 16.12 -
YUV 76.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 133 41 112 0 0.69 0.16 0.48 313.7 0.53 0.34
Hex 85 29 70 0 45 10 30 13A 35 22
Octal 205 51 160 0 105 20 60 472 65 42
Binary 10000101 101001 1110000 0 1000101 10000 110000 100111010 110101 100010

Color Harmonies of #852970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852970

Black with #852970

Text Example


Text Example

White with #852970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852970; }

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

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

background-color css

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

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

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

border-color css

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

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

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