#78146F

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

Shades of Dark Purple #78146F

Tints of Dark Purple #78146F

Color information

#78146F (or 0x78146F) is unknown color: approx Dark Purple. HEX triplet: 78, 14 and 6F. RGB value is (120,20,111). Sum of RGB (Red+Green+Blue) = 120+20+111=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78146F is #87EB90. Grayscale: #3C3C3C. Windows color (decimal): -8907665 or 7279736. OLE color: 7279736.

HSL color Cylindrical-coordinate representation of color #78146F: hue angle of 305.4º 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 #78146F is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12020111-
CMYK00.830.080.53
HSL305.4º71.43%27.45%-
HSV(B)305.4º83.33%47.06%-
XYZ10.875.6415.56-
YUV60.27156.63170.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=47.81%
G=7.97%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202011100.830.080.53305.471.4327.45
Hex78146F053835131471b
Octal170241570123106546110733
Binary1111000101001101111010100111000110101100110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78146F; }

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

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

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

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

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

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

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

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