#78077f

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

Shades of Purple #78077F

Tints of Purple #78077F

Color information

#78077F (or 0x78077F) is unknown color: approx Purple. HEX triplet: 78, 07 and 7F. RGB value is (120,7,127). Sum of RGB (Red+Green+Blue) = 120+7+127=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #78077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78077F is #87F880. Grayscale: #363636. Windows color (decimal): -8910977 or 8324984. OLE color: 8324984.

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

Color convert

RGB1207127-
CMYK0.060.9400.50
HSL296.5º89.55%26.27%-
HSV(B)296.5º94.49%49.8%-
XYZ11.655.6820.56-
YUV54.47168.94174.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 127 (50% from 255) = 50%
R=47.24%
G=2.76%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12071270.060.9400.50296.589.5526.27
Hex7877F65E0321285a1a
Octal1707177613606245013232
Binary1111000111111111111010111100110010100101000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78077f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78077f; }

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

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

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

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

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

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

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

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