Html Css Color HEX #852172 Dark Purple

📋 copy color: '#852172'

red 133 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #852172

Tints of Dark Purple #852172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 47.5%
G = 11.79%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852172 (or 0x852172) is known color: Dark Purple. HEX triplet: 85, 21 and 72. RGB value is (133,33,114). Sum of RGB (Red+Green+Blue) = 133+33+114=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #852172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852172 is #7ADE8D. Grayscale: #474747. Windows color (decimal): -8052366 or 7479685. OLE color: 7479685.

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

Color convert

RGB 133 33 114 -
CMYK 0 0.75 0.14 0.48
HSL 311.4º 0.6% 0.33% -
HSV(B) 311.4º 0.75% 0.52% -
XYZ 13.25 7.29 16.63 -
YUV 72.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 133 33 114 0 0.75 0.14 0.48 311.4 0.6 0.33
Hex 85 21 72 0 4B E 30 137 3C 21
Octal 205 41 162 0 113 16 60 467 74 41
Binary 10000101 100001 1110010 0 1001011 1110 110000 100110111 111100 100001

Color Harmonies of #852172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852172

Black with #852172

Text Example


Text Example

White with #852172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852172; }

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

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

background-color css

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

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

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

border-color css

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

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

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