#851575

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

Shades of Dark Purple #851575

Tints of Dark Purple #851575

Color information

#851575 (or 0x851575) is unknown color: approx Dark Purple. HEX triplet: 85, 15 and 75. RGB value is (133,21,117). Sum of RGB (Red+Green+Blue) = 133+21+117=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851575 is #7AEA8A. Grayscale: #414141. Windows color (decimal): -8055435 or 7673221. OLE color: 7673221.

HSL color Cylindrical-coordinate representation of color #851575: hue angle of 308.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851575 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13321117-
CMYK00.840.120.48
HSL308.57º72.73%30.2%-
HSV(B)308.57º84.21%52.16%-
XYZ13.156.8117.45-
YUV65.43157.11176.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=49.08%
G=7.75%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332111700.840.120.48308.5772.7330.2
Hex851575054C30135491e
Octal205251650124146046511136
Binary10000101101011110101010101001100110000100110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851575; }

 p { color: rgb(133,21,117); }

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

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

 a { background-color: rgb(133,21,117); }

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

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

 span { border-color: rgb(133,21,117); }

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