Html Css Color HEX #853379 Dark Purple

📋 copy color: '#853379'

red 133 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #853379

Tints of Dark Purple #853379

RGB

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

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

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

R = 43.61%
G = 16.72%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#853379 (or 0x853379) is known color: Dark Purple. HEX triplet: 85, 33 and 79. RGB value is (133,51,121). Sum of RGB (Red+Green+Blue) = 133+51+121=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #853379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853379 is #7ACC86. Grayscale: #535353. Windows color (decimal): -8047751 or 7943045. OLE color: 7943045.

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

Color convert

RGB 133 51 121 -
CMYK 0 0.62 0.09 0.48
HSL 308.78º 0.45% 0.36% -
HSV(B) 308.78º 0.62% 0.52% -
XYZ 14.31 8.73 19.02 -
YUV 83.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 133 51 121 0 0.62 0.09 0.48 308.78 0.45 0.36
Hex 85 33 79 0 3E 9 30 135 2D 24
Octal 205 63 171 0 76 11 60 465 55 44
Binary 10000101 110011 1111001 0 111110 1001 110000 100110101 101101 100100

Color Harmonies of #853379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853379

Black with #853379

Text Example


Text Example

White with #853379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853379; }

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

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

background-color css

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

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

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

border-color css

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

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

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