Html Css Color HEX #852977 Dark Purple

📋 copy color: '#852977'

red 133 ◦ green 41 ◦ blue 119

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

Shades of Dark Purple #852977

Tints of Dark Purple #852977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 45.39%
G = 13.99%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852977 (or 0x852977) is known color: Dark Purple. HEX triplet: 85, 29 and 77. RGB value is (133,41,119). Sum of RGB (Red+Green+Blue) = 133+41+119=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #852977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852977 is #7AD688. Grayscale: #4D4D4D. Windows color (decimal): -8050313 or 7809413. OLE color: 7809413.

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

Color convert

RGB 133 41 119 -
CMYK 0 0.69 0.11 0.48
HSL 309.13º 0.53% 0.34% -
HSV(B) 309.13º 0.69% 0.52% -
XYZ 13.8 7.9 18.25 -
YUV 77.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 133 41 119 0 0.69 0.11 0.48 309.13 0.53 0.34
Hex 85 29 77 0 45 B 30 135 35 22
Octal 205 51 167 0 105 13 60 465 65 42
Binary 10000101 101001 1110111 0 1000101 1011 110000 100110101 110101 100010

Color Harmonies of #852977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852977

Black with #852977

Text Example


Text Example

White with #852977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852977; }

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

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

background-color css

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

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

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

border-color css

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

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

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