Html Css Color HEX #852D73 Dark Purple

📋 copy color: '#852D73'

red 133 ◦ green 45 ◦ blue 115

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

Shades of Dark Purple #852D73

Tints of Dark Purple #852D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 45.39%
G = 15.36%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852D73 (or 0x852D73) is known color: Dark Purple. HEX triplet: 85, 2D and 73. RGB value is (133,45,115). Sum of RGB (Red+Green+Blue) = 133+45+115=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #852D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D73 is #7AD28C. Grayscale: #4F4F4F. Windows color (decimal): -8049293 or 7548293. OLE color: 7548293.

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

Color convert

RGB 133 45 115 -
CMYK 0 0.66 0.14 0.48
HSL 312.27º 0.49% 0.35% -
HSV(B) 312.27º 0.66% 0.52% -
XYZ 13.71 8.1 17.06 -
YUV 79.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 133 45 115 0 0.66 0.14 0.48 312.27 0.49 0.35
Hex 85 2D 73 0 42 E 30 138 31 23
Octal 205 55 163 0 102 16 60 470 61 43
Binary 10000101 101101 1110011 0 1000010 1110 110000 100111000 110001 100011

Color Harmonies of #852D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D73

Black with #852D73

Text Example


Text Example

White with #852D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,45,115); }

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

background-color css

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

 a { background-color: rgb(133,45,115); }

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

border-color css

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

 span { border-color: rgb(133,45,115); }

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