#781467

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

Shades of Dark Purple #781467

Tints of Dark Purple #781467

Color information

#781467 (or 0x781467) is unknown color: approx Dark Purple. HEX triplet: 78, 14 and 67. RGB value is (120,20,103). Sum of RGB (Red+Green+Blue) = 120+20+103=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781467 is #87EB98. Grayscale: #3B3B3B. Windows color (decimal): -8907673 or 6755448. OLE color: 6755448.

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

Color convert

RGB12020103-
CMYK00.830.140.53
HSL310.2º71.43%27.45%-
HSV(B)310.2º83.33%47.06%-
XYZ10.445.4713.34-
YUV59.36152.63171.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=49.38%
G=8.23%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202010300.830.140.53310.271.4327.45
Hex781467053E35136471b
Octal170241470123166546610733
Binary1111000101001100111010100111110110101100110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781467; }

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

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

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

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

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

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

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

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