Html Css Color HEX #852479 Dark Purple

📋 copy color: '#852479'

red 133 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #852479

Tints of Dark Purple #852479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 45.86%
G = 12.41%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#852479 (or 0x852479) is known color: Dark Purple. HEX triplet: 85, 24 and 79. RGB value is (133,36,121). Sum of RGB (Red+Green+Blue) = 133+36+121=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852479 is #7ADB86. Grayscale: #4A4A4A. Windows color (decimal): -8051591 or 7939205. OLE color: 7939205.

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

Color convert

RGB 133 36 121 -
CMYK 0 0.73 0.09 0.48
HSL 307.42º 0.57% 0.33% -
HSV(B) 307.42º 0.73% 0.52% -
XYZ 13.75 7.63 18.84 -
YUV 74.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 133 36 121 0 0.73 0.09 0.48 307.42 0.57 0.33
Hex 85 24 79 0 49 9 30 133 39 21
Octal 205 44 171 0 111 11 60 463 71 41
Binary 10000101 100100 1111001 0 1001001 1001 110000 100110011 111001 100001

Color Harmonies of #852479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852479

Black with #852479

Text Example


Text Example

White with #852479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852479; }

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

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

background-color css

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

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

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

border-color css

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

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

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