Html Css Color HEX #854072 Dark Purple

📋 copy color: '#854072'

red 133 ◦ green 64 ◦ blue 114

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

Shades of Dark Purple #854072

Tints of Dark Purple #854072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 42.77%
G = 20.58%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854072 (or 0x854072) is known color: Dark Purple. HEX triplet: 85, 40 and 72. RGB value is (133,64,114). Sum of RGB (Red+Green+Blue) = 133+64+114=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #854072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854072 is #7ABF8D. Grayscale: #5A5A5A. Windows color (decimal): -8044430 or 7487621. OLE color: 7487621.

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

Color convert

RGB 133 64 114 -
CMYK 0 0.52 0.14 0.48
HSL 316.52º 0.35% 0.39% -
HSV(B) 316.52º 0.52% 0.52% -
XYZ 14.54 9.87 17.06 -
YUV 90.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 133 64 114 0 0.52 0.14 0.48 316.52 0.35 0.39
Hex 85 40 72 0 34 E 30 13D 23 27
Octal 205 100 162 0 64 16 60 475 43 47
Binary 10000101 1000000 1110010 0 110100 1110 110000 100111101 100011 100111

Color Harmonies of #854072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854072

Black with #854072

Text Example


Text Example

White with #854072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854072; }

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

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

background-color css

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

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

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

border-color css

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

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

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