#781267

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

Shades of Dark Purple #781267

Tints of Dark Purple #781267

Color information

#781267 (or 0x781267) is unknown color: approx Dark Purple. HEX triplet: 78, 12 and 67. RGB value is (120,18,103). Sum of RGB (Red+Green+Blue) = 120+18+103=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781267 is #87ED98. Grayscale: #393939. Windows color (decimal): -8908185 or 6754936. OLE color: 6754936.

HSL color Cylindrical-coordinate representation of color #781267: hue angle of 310º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781267 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12018103-
CMYK00.850.140.53
HSL310º73.91%27.06%-
HSV(B)310º85%47.06%-
XYZ10.415.413.33-
YUV58.19153.29172.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 103 (40.62% from 255) = 42.74%
R=49.79%
G=7.47%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201810300.850.140.5331073.9127.06
Hex781267055E351364a1b
Octal170221470125166546611233
Binary1111000100101100111010101011110110101100110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781267; }

 p { color: rgb(120,18,103); }

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

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

 a { background-color: rgb(120,18,103); }

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

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

 span { border-color: rgb(120,18,103); }

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