#851c67

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

Shades of Dark Purple #851C67

Tints of Dark Purple #851C67

Color information

#851C67 (or 0x851C67) is unknown color: approx Dark Purple. HEX triplet: 85, 1C and 67. RGB value is (133,28,103). Sum of RGB (Red+Green+Blue) = 133+28+103=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #851C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C67 is #7AE398. Grayscale: #434343. Windows color (decimal): -8053657 or 6757509. OLE color: 6757509.

HSL color Cylindrical-coordinate representation of color #851C67: hue angle of 317.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C67 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13328103-
CMYK00.790.230.48
HSL317.14º65.22%31.57%-
HSV(B)317.14º78.95%52.16%-
XYZ12.546.813.48-
YUV67.94147.79174.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=50.38%
G=10.61%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332810300.790.230.48317.1465.2231.57
Hex851C6704F173013d4120
Octal205341470117276047510140
Binary1000010111100110011101001111101111100001001111011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851c67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851c67; }

 p { color: rgb(133,28,103); }

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

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

 a { background-color: rgb(133,28,103); }

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

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

 span { border-color: rgb(133,28,103); }

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