Html Css Color HEX #852476 Dark Purple

📋 copy color: '#852476'

red 133 ◦ green 36 ◦ blue 118

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

Shades of Dark Purple #852476

Tints of Dark Purple #852476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 46.34%
G = 12.54%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#852476 (or 0x852476) is known color: Dark Purple. HEX triplet: 85, 24 and 76. RGB value is (133,36,118). Sum of RGB (Red+Green+Blue) = 133+36+118=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852476 is #7ADB89. Grayscale: #4A4A4A. Windows color (decimal): -8051594 or 7742597. OLE color: 7742597.

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

Color convert

RGB 133 36 118 -
CMYK 0 0.73 0.11 0.48
HSL 309.28º 0.57% 0.33% -
HSV(B) 309.28º 0.73% 0.52% -
XYZ 13.57 7.56 17.88 -
YUV 74.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 133 36 118 0 0.73 0.11 0.48 309.28 0.57 0.33
Hex 85 24 76 0 49 B 30 135 39 21
Octal 205 44 166 0 111 13 60 465 71 41
Binary 10000101 100100 1110110 0 1001001 1011 110000 100110101 111001 100001

Color Harmonies of #852476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852476

Black with #852476

Text Example


Text Example

White with #852476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852476; }

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

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

background-color css

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

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

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

border-color css

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

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

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