Html Css Color HEX #853178 Dark Purple

📋 copy color: '#853178'

red 133 ◦ green 49 ◦ blue 120

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

Shades of Dark Purple #853178

Tints of Dark Purple #853178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 44.04%
G = 16.23%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#853178 (or 0x853178) is known color: Dark Purple. HEX triplet: 85, 31 and 78. RGB value is (133,49,120). Sum of RGB (Red+Green+Blue) = 133+49+120=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853178 is #7ACE87. Grayscale: #525252. Windows color (decimal): -8048264 or 7876997. OLE color: 7876997.

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

Color convert

RGB 133 49 120 -
CMYK 0 0.63 0.10 0.48
HSL 309.29º 0.46% 0.36% -
HSV(B) 309.29º 0.63% 0.52% -
XYZ 14.16 8.54 18.67 -
YUV 82.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 133 49 120 0 0.63 0.10 0.48 309.29 0.46 0.36
Hex 85 31 78 0 3F A 30 135 2E 24
Octal 205 61 170 0 77 12 60 465 56 44
Binary 10000101 110001 1111000 0 111111 1010 110000 100110101 101110 100100

Color Harmonies of #853178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853178

Black with #853178

Text Example


Text Example

White with #853178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853178; }

 p { color: rgb(133,49,120); }

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

background-color css

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

 a { background-color: rgb(133,49,120); }

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

border-color css

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

 span { border-color: rgb(133,49,120); }

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