Html Css Color HEX #853479 Dark Purple

📋 copy color: '#853479'

red 133 ◦ green 52 ◦ blue 121

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

Shades of Dark Purple #853479

Tints of Dark Purple #853479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 43.46%
G = 16.99%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#853479 (or 0x853479) is known color: Dark Purple. HEX triplet: 85, 34 and 79. RGB value is (133,52,121). Sum of RGB (Red+Green+Blue) = 133+52+121=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #853479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853479 is #7ACB86. Grayscale: #535353. Windows color (decimal): -8047495 or 7943301. OLE color: 7943301.

HSL color Cylindrical-coordinate representation of color #853479: hue angle of 308.89º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853479 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 121 -
CMYK 0 0.61 0.09 0.48
HSL 308.89º 0.44% 0.36% -
HSV(B) 308.89º 0.61% 0.52% -
XYZ 14.35 8.82 19.04 -
YUV 84.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 133 52 121 0 0.61 0.09 0.48 308.89 0.44 0.36
Hex 85 34 79 0 3D 9 30 135 2C 24
Octal 205 64 171 0 75 11 60 465 54 44
Binary 10000101 110100 1111001 0 111101 1001 110000 100110101 101100 100100

Color Harmonies of #853479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853479

Black with #853479

Text Example


Text Example

White with #853479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853479; }

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

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

background-color css

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

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

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

border-color css

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

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

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