Html Css Color HEX #852777 Dark Purple

📋 copy color: '#852777'

red 133 ◦ green 39 ◦ blue 119

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

Shades of Dark Purple #852777

Tints of Dark Purple #852777

RGB

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

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

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

R = 45.7%
G = 13.4%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852777 (or 0x852777) is known color: Dark Purple. HEX triplet: 85, 27 and 77. RGB value is (133,39,119). Sum of RGB (Red+Green+Blue) = 133+39+119=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852777 is #7AD888. Grayscale: #4C4C4C. Windows color (decimal): -8050825 or 7808901. OLE color: 7808901.

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

Color convert

RGB 133 39 119 -
CMYK 0 0.71 0.11 0.48
HSL 308.94º 0.55% 0.34% -
HSV(B) 308.94º 0.71% 0.52% -
XYZ 13.73 7.77 18.23 -
YUV 76.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 133 39 119 0 0.71 0.11 0.48 308.94 0.55 0.34
Hex 85 27 77 0 47 B 30 135 37 22
Octal 205 47 167 0 107 13 60 465 67 42
Binary 10000101 100111 1110111 0 1000111 1011 110000 100110101 110111 100010

Color Harmonies of #852777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852777

Black with #852777

Text Example


Text Example

White with #852777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852777; }

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

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

background-color css

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

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

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

border-color css

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

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

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