Html Css Color HEX #853779 Dark Purple

📋 copy color: '#853779'

red 133 ◦ green 55 ◦ blue 121

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

Shades of Dark Purple #853779

Tints of Dark Purple #853779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

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

R = 43.04%
G = 17.8%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#853779 (or 0x853779) is known color: Dark Purple. HEX triplet: 85, 37 and 79. RGB value is (133,55,121). Sum of RGB (Red+Green+Blue) = 133+55+121=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #853779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853779 is #7AC886. Grayscale: #555555. Windows color (decimal): -8046727 or 7944069. OLE color: 7944069.

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

Color convert

RGB 133 55 121 -
CMYK 0 0.59 0.09 0.48
HSL 309.23º 0.41% 0.37% -
HSV(B) 309.23º 0.59% 0.52% -
XYZ 14.49 9.1 19.08 -
YUV 85.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 133 55 121 0 0.59 0.09 0.48 309.23 0.41 0.37
Hex 85 37 79 0 3B 9 30 135 29 25
Octal 205 67 171 0 73 11 60 465 51 45
Binary 10000101 110111 1111001 0 111011 1001 110000 100110101 101001 100101

Color Harmonies of #853779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853779

Black with #853779

Text Example


Text Example

White with #853779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853779; }

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

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

background-color css

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

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

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

border-color css

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

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

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