#852581

Color #852581 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #852581

Tints of Dark Purple #852581

Color information

#852581 (or 0x852581) is unknown color: approx Dark Purple. HEX triplet: 85, 25 and 81. RGB value is (133,37,129). Sum of RGB (Red+Green+Blue) = 133+37+129=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852581 is #7ADA7E. Grayscale: #4B4B4B. Windows color (decimal): -8051327 or 8463749. OLE color: 8463749.

HSL color Cylindrical-coordinate representation of color #852581: hue angle of 302.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852581 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13337129-
CMYK00.720.030.48
HSL302.5º56.47%33.33%-
HSV(B)302.5º72.18%52.16%-
XYZ14.37.8921.54-
YUV76.19157.8168.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=44.48%
G=12.37%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333712900.720.030.48302.556.4733.33
Hex85258104833012e3821
Octal2054520101103604567041
Binary10000101100101100000010100100011110000100101110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852581; }

 p { color: rgb(133,37,129); }

 H1.HeaderClassName
 {
   color: #852581;
 }
 .AnyTagClassName
 {
   color: #852581;
 }
</style>
background-color css

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

 a { background-color: rgb(133,37,129); }

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

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

 span { border-color: rgb(133,37,129); }

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