Html Css Color HEX #852B77 Dark Purple

📋 copy color: '#852B77'

red 133 ◦ green 43 ◦ blue 119

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

Shades of Dark Purple #852B77

Tints of Dark Purple #852B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 45.08%
G = 14.58%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852B77 (or 0x852B77) is known color: Dark Purple. HEX triplet: 85, 2B and 77. RGB value is (133,43,119). Sum of RGB (Red+Green+Blue) = 133+43+119=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B77 is #7AD488. Grayscale: #4E4E4E. Windows color (decimal): -8049801 or 7809925. OLE color: 7809925.

HSL color Cylindrical-coordinate representation of color #852B77: hue angle of 309.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B77 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 119 -
CMYK 0 0.68 0.11 0.48
HSL 309.33º 0.51% 0.35% -
HSV(B) 309.33º 0.68% 0.52% -
XYZ 13.87 8.05 18.27 -
YUV 78.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 133 43 119 0 0.68 0.11 0.48 309.33 0.51 0.35
Hex 85 2B 77 0 44 B 30 135 33 23
Octal 205 53 167 0 104 13 60 465 63 43
Binary 10000101 101011 1110111 0 1000100 1011 110000 100110101 110011 100011

Color Harmonies of #852B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B77

Black with #852B77

Text Example


Text Example

White with #852B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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