Html Css Color HEX #854079 Dark Purple

📋 copy color: '#854079'

red 133 ◦ green 64 ◦ blue 121

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

Shades of Dark Purple #854079

Tints of Dark Purple #854079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 41.82%
G = 20.13%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#854079 (or 0x854079) is known color: Dark Purple. HEX triplet: 85, 40 and 79. RGB value is (133,64,121). Sum of RGB (Red+Green+Blue) = 133+64+121=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854079 is #7ABF86. Grayscale: #5A5A5A. Windows color (decimal): -8044423 or 7946373. OLE color: 7946373.

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

Color convert

RGB 133 64 121 -
CMYK 0 0.52 0.09 0.48
HSL 310.43º 0.35% 0.39% -
HSV(B) 310.43º 0.52% 0.52% -
XYZ 14.96 10.03 19.24 -
YUV 91.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 133 64 121 0 0.52 0.09 0.48 310.43 0.35 0.39
Hex 85 40 79 0 34 9 30 136 23 27
Octal 205 100 171 0 64 11 60 466 43 47
Binary 10000101 1000000 1111001 0 110100 1001 110000 100110110 100011 100111

Color Harmonies of #854079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854079

Black with #854079

Text Example


Text Example

White with #854079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854079; }

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

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

background-color css

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

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

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

border-color css

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

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

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