Html Css Color HEX #852372 Dark Purple

📋 copy color: '#852372'

red 133 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #852372

Tints of Dark Purple #852372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 47.16%
G = 12.41%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852372 (or 0x852372) is known color: Dark Purple. HEX triplet: 85, 23 and 72. RGB value is (133,35,114). Sum of RGB (Red+Green+Blue) = 133+35+114=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #852372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852372 is #7ADC8D. Grayscale: #494949. Windows color (decimal): -8051854 or 7480197. OLE color: 7480197.

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

Color convert

RGB 133 35 114 -
CMYK 0 0.74 0.14 0.48
HSL 311.63º 0.58% 0.33% -
HSV(B) 311.63º 0.74% 0.52% -
XYZ 13.31 7.4 16.65 -
YUV 73.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 133 35 114 0 0.74 0.14 0.48 311.63 0.58 0.33
Hex 85 23 72 0 4A E 30 138 3A 21
Octal 205 43 162 0 112 16 60 470 72 41
Binary 10000101 100011 1110010 0 1001010 1110 110000 100111000 111010 100001

Color Harmonies of #852372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852372

Black with #852372

Text Example


Text Example

White with #852372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852372; }

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

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

background-color css

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

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

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

border-color css

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

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

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