Html Css Color HEX #853574 Dark Purple

📋 copy color: '#853574'

red 133 ◦ green 53 ◦ blue 116

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

Shades of Dark Purple #853574

Tints of Dark Purple #853574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 44.04%
G = 17.55%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#853574 (or 0x853574) is known color: Dark Purple. HEX triplet: 85, 35 and 74. RGB value is (133,53,116). Sum of RGB (Red+Green+Blue) = 133+53+116=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #853574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853574 is #7ACA8B. Grayscale: #535353. Windows color (decimal): -8047244 or 7615877. OLE color: 7615877.

HSL color Cylindrical-coordinate representation of color #853574: hue angle of 312.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853574 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 116 -
CMYK 0 0.60 0.13 0.48
HSL 312.75º 0.43% 0.36% -
HSV(B) 312.75º 0.6% 0.52% -
XYZ 14.1 8.79 17.48 -
YUV 84.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 133 53 116 0 0.60 0.13 0.48 312.75 0.43 0.36
Hex 85 35 74 0 3C D 30 139 2B 24
Octal 205 65 164 0 74 15 60 471 53 44
Binary 10000101 110101 1110100 0 111100 1101 110000 100111001 101011 100100

Color Harmonies of #853574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853574

Black with #853574

Text Example


Text Example

White with #853574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853574; }

 p { color: rgb(133,53,116); }

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

background-color css

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

 a { background-color: rgb(133,53,116); }

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

border-color css

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

 span { border-color: rgb(133,53,116); }

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