Html Css Color HEX #853371 Dark Purple

📋 copy color: '#853371'

red 133 ◦ green 51 ◦ blue 113

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

Shades of Dark Purple #853371

Tints of Dark Purple #853371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 44.78%
G = 17.17%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#853371 (or 0x853371) is known color: Dark Purple. HEX triplet: 85, 33 and 71. RGB value is (133,51,113). Sum of RGB (Red+Green+Blue) = 133+51+113=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #853371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853371 is #7ACC8E. Grayscale: #525252. Windows color (decimal): -8047759 or 7418757. OLE color: 7418757.

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

Color convert

RGB 133 51 113 -
CMYK 0 0.62 0.15 0.48
HSL 314.63º 0.45% 0.36% -
HSV(B) 314.63º 0.62% 0.52% -
XYZ 13.84 8.55 16.54 -
YUV 82.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 133 51 113 0 0.62 0.15 0.48 314.63 0.45 0.36
Hex 85 33 71 0 3E F 30 13B 2D 24
Octal 205 63 161 0 76 17 60 473 55 44
Binary 10000101 110011 1110001 0 111110 1111 110000 100111011 101101 100100

Color Harmonies of #853371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853371

Black with #853371

Text Example


Text Example

White with #853371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853371; }

 p { color: rgb(133,51,113); }

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

background-color css

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

 a { background-color: rgb(133,51,113); }

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

border-color css

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

 span { border-color: rgb(133,51,113); }

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