#78147F

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

Shades of Purple #78147F

Tints of Purple #78147F

Color information

#78147F (or 0x78147F) is unknown color: approx Purple. HEX triplet: 78, 14 and 7F. RGB value is (120,20,127). Sum of RGB (Red+Green+Blue) = 120+20+127=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #78147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78147F is #87EB80. Grayscale: #3D3D3D. Windows color (decimal): -8907649 or 8328312. OLE color: 8328312.

HSL color Cylindrical-coordinate representation of color #78147F: hue angle of 296.07º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78147F is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12020127-
CMYK0.060.8400.50
HSL296.07º72.79%28.82%-
HSV(B)296.07º84.25%49.8%-
XYZ11.836.0320.62-
YUV62.1164.63169.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 127 (50% from 255) = 47.57%
R=44.94%
G=7.49%
B=47.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120201270.060.8400.50296.0772.7928.82
Hex78147F654032128491d
Octal17024177612406245011135
Binary111100010100111111111010101000110010100101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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