#851068

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

Shades of Dark Purple #851068

Tints of Dark Purple #851068

Color information

#851068 (or 0x851068) is unknown color: approx Dark Purple. HEX triplet: 85, 10 and 68. RGB value is (133,16,104). Sum of RGB (Red+Green+Blue) = 133+16+104=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #851068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851068 is #7AEF97. Grayscale: #3C3C3C. Windows color (decimal): -8056728 or 6819973. OLE color: 6819973.

HSL color Cylindrical-coordinate representation of color #851068: hue angle of 314.87º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851068 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13316104-
CMYK00.880.220.48
HSL314.87º78.52%29.22%-
HSV(B)314.87º87.97%52.16%-
XYZ12.366.3613.67-
YUV61.01152.26179.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=52.57%
G=6.32%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331610400.880.220.48314.8778.5229.22
Hex851068058163013b4f1d
Octal205201500130266047311735
Binary100001011000011010000101100010110110000100111011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851068; }

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

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

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

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

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

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

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

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