#851268

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

Shades of Dark Purple #851268

Tints of Dark Purple #851268

Color information

#851268 (or 0x851268) is unknown color: approx Dark Purple. HEX triplet: 85, 12 and 68. RGB value is (133,18,104). Sum of RGB (Red+Green+Blue) = 133+18+104=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #851268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851268 is #7AED97. Grayscale: #3D3D3D. Windows color (decimal): -8056216 or 6820485. OLE color: 6820485.

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

Color convert

RGB13318104-
CMYK00.860.220.48
HSL315.13º76.16%29.61%-
HSV(B)315.13º86.47%52.16%-
XYZ12.396.4213.68-
YUV62.19151.6178.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=52.16%
G=7.06%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331810400.860.220.48315.1376.1629.61
Hex851268056163013b4c1e
Octal205221500126266047311436
Binary100001011001011010000101011010110110000100111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851268; }

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

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

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

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

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

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

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

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