Html Css Color HEX #852472 Dark Purple

📋 copy color: '#852472'

red 133 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #852472

Tints of Dark Purple #852472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 47%
G = 12.72%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852472 (or 0x852472) is known color: Dark Purple. HEX triplet: 85, 24 and 72. RGB value is (133,36,114). Sum of RGB (Red+Green+Blue) = 133+36+114=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852472 is #7ADB8D. Grayscale: #494949. Windows color (decimal): -8051598 or 7480453. OLE color: 7480453.

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

Color convert

RGB 133 36 114 -
CMYK 0 0.73 0.14 0.48
HSL 311.75º 0.57% 0.33% -
HSV(B) 311.75º 0.73% 0.52% -
XYZ 13.34 7.46 16.66 -
YUV 73.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 133 36 114 0 0.73 0.14 0.48 311.75 0.57 0.33
Hex 85 24 72 0 49 E 30 138 39 21
Octal 205 44 162 0 111 16 60 470 71 41
Binary 10000101 100100 1110010 0 1001001 1110 110000 100111000 111001 100001

Color Harmonies of #852472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852472

Black with #852472

Text Example


Text Example

White with #852472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852472; }

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

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

background-color css

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

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

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

border-color css

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

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

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