#78017F

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

Shades of Purple #78017F

Tints of Purple #78017F

Color information

#78017F (or 0x78017F) is unknown color: approx Purple. HEX triplet: 78, 01 and 7F. RGB value is (120,1,127). Sum of RGB (Red+Green+Blue) = 120+1+127=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #78017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78017F is #87FE80. Grayscale: #323232. Windows color (decimal): -8912513 or 8323448. OLE color: 8323448.

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

Color convert

RGB1201127-
CMYK0.060.9900.50
HSL296.67º98.44%25.1%-
HSV(B)296.67º99.21%49.8%-
XYZ11.595.5520.54-
YUV50.94170.92177.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 127 (50% from 255) = 51.21%
R=48.39%
G=0.40%
B=51.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12011270.060.9900.50296.6798.4425.1
Hex7817F6630321296219
Octal1701177614306245114231
Binary11110001111111111011000110110010100101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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