Html Css Color HEX #853173 Dark Purple

📋 copy color: '#853173'

red 133 ◦ green 49 ◦ blue 115

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

Shades of Dark Purple #853173

Tints of Dark Purple #853173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 44.78%
G = 16.5%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#853173 (or 0x853173) is known color: Dark Purple. HEX triplet: 85, 31 and 73. RGB value is (133,49,115). Sum of RGB (Red+Green+Blue) = 133+49+115=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #853173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853173 is #7ACE8C. Grayscale: #515151. Windows color (decimal): -8048269 or 7549317. OLE color: 7549317.

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

Color convert

RGB 133 49 115 -
CMYK 0 0.63 0.14 0.48
HSL 312.86º 0.46% 0.36% -
HSV(B) 312.86º 0.63% 0.52% -
XYZ 13.87 8.42 17.11 -
YUV 81.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 133 49 115 0 0.63 0.14 0.48 312.86 0.46 0.36
Hex 85 31 73 0 3F E 30 139 2E 24
Octal 205 61 163 0 77 16 60 471 56 44
Binary 10000101 110001 1110011 0 111111 1110 110000 100111001 101110 100100

Color Harmonies of #853173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853173

Black with #853173

Text Example


Text Example

White with #853173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853173; }

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

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

background-color css

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

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

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

border-color css

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

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

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