Html Css Color HEX #852179 Dark Purple

📋 copy color: '#852179'

red 133 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #852179

Tints of Dark Purple #852179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 46.34%
G = 11.5%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#852179 (or 0x852179) is known color: Dark Purple. HEX triplet: 85, 21 and 79. RGB value is (133,33,121). Sum of RGB (Red+Green+Blue) = 133+33+121=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852179 is #7ADE86. Grayscale: #484848. Windows color (decimal): -8052359 or 7938437. OLE color: 7938437.

HSL color Cylindrical-coordinate representation of color #852179: hue angle of 307.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852179 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 121 -
CMYK 0 0.75 0.09 0.48
HSL 307.2º 0.6% 0.33% -
HSV(B) 307.2º 0.75% 0.52% -
XYZ 13.67 7.45 18.81 -
YUV 72.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 133 33 121 0 0.75 0.09 0.48 307.2 0.6 0.33
Hex 85 21 79 0 4B 9 30 133 3C 21
Octal 205 41 171 0 113 11 60 463 74 41
Binary 10000101 100001 1111001 0 1001011 1001 110000 100110011 111100 100001

Color Harmonies of #852179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852179

Black with #852179

Text Example


Text Example

White with #852179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852179; }

 p { color: rgb(133,33,121); }

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

background-color css

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

 a { background-color: rgb(133,33,121); }

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

border-color css

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

 span { border-color: rgb(133,33,121); }

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