Html Css Color HEX #852770 Dark Purple

📋 copy color: '#852770'

red 133 ◦ green 39 ◦ blue 112

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

Shades of Dark Purple #852770

Tints of Dark Purple #852770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 46.83%
G = 13.73%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#852770 (or 0x852770) is known color: Dark Purple. HEX triplet: 85, 27 and 70. RGB value is (133,39,112). Sum of RGB (Red+Green+Blue) = 133+39+112=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #852770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852770 is #7AD88F. Grayscale: #4B4B4B. Windows color (decimal): -8050832 or 7350149. OLE color: 7350149.

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

Color convert

RGB 133 39 112 -
CMYK 0 0.71 0.16 0.48
HSL 313.4º 0.55% 0.34% -
HSV(B) 313.4º 0.71% 0.52% -
XYZ 13.32 7.61 16.1 -
YUV 75.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 133 39 112 0 0.71 0.16 0.48 313.4 0.55 0.34
Hex 85 27 70 0 47 10 30 139 37 22
Octal 205 47 160 0 107 20 60 471 67 42
Binary 10000101 100111 1110000 0 1000111 10000 110000 100111001 110111 100010

Color Harmonies of #852770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852770

Black with #852770

Text Example


Text Example

White with #852770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852770; }

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

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

background-color css

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

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

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

border-color css

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

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

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