#78147D

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

Shades of Purple #78147D

Tints of Purple #78147D

Color information

#78147D (or 0x78147D) is unknown color: approx Purple. HEX triplet: 78, 14 and 7D. RGB value is (120,20,125). Sum of RGB (Red+Green+Blue) = 120+20+125=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #78147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78147D is #87EB82. Grayscale: #3D3D3D. Windows color (decimal): -8907651 or 8197240. OLE color: 8197240.

HSL color Cylindrical-coordinate representation of color #78147D: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78147D is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12020125-
CMYK0.040.8400.51
HSL297.14º72.41%28.43%-
HSV(B)297.14º84%49.02%-
XYZ11.75.9719.94-
YUV61.87163.63169.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=45.28%
G=7.55%
B=47.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120201250.040.8400.51297.1472.4128.43
Hex78147D454033129481c
Octal17024175412406345111034
Binary111100010100111110110010101000110011100101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78147D; }

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

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

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

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

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

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

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

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