#78037F

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

Shades of Purple #78037F

Tints of Purple #78037F

Color information

#78037F (or 0x78037F) is unknown color: approx Purple. HEX triplet: 78, 03 and 7F. RGB value is (120,3,127). Sum of RGB (Red+Green+Blue) = 120+3+127=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #78037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78037F is #87FC80. Grayscale: #333333. Windows color (decimal): -8912001 or 8323960. OLE color: 8323960.

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

Color convert

RGB1203127-
CMYK0.060.9800.50
HSL296.61º95.38%25.49%-
HSV(B)296.61º97.64%49.8%-
XYZ11.615.5920.55-
YUV52.12170.26176.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 127 (50% from 255) = 50.8%
R=48%
G=1.2%
B=50.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12031270.060.9800.50296.6195.3825.49
Hex7837F6620321295f19
Octal1703177614206245113731
Binary111100011111111111011000100110010100101001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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