#851269

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

Shades of Dark Purple #851269

Tints of Dark Purple #851269

Color information

#851269 (or 0x851269) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 69. RGB value is (133,18,105). Sum of RGB (Red+Green+Blue) = 133+18+105=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851269 is #7AED96. Grayscale: #3E3E3E. Windows color (decimal): -8056215 or 6886021. OLE color: 6886021.

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

Color convert

RGB13318105-
CMYK00.860.210.48
HSL314.61º76.16%29.61%-
HSV(B)314.61º86.47%52.16%-
XYZ12.446.4413.95-
YUV62.3152.1178.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=51.95%
G=7.03%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331810500.860.210.48314.6176.1629.61
Hex851269056153013b4c1e
Octal205221510126256047311436
Binary100001011001011010010101011010101110000100111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851269; }

 p { color: rgb(133,18,105); }

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

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

 a { background-color: rgb(133,18,105); }

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

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

 span { border-color: rgb(133,18,105); }

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