#78097C

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

Shades of Purple #78097C

Tints of Purple #78097C

Color information

#78097C (or 0x78097C) is unknown color: approx Purple. HEX triplet: 78, 09 and 7C. RGB value is (120,9,124). Sum of RGB (Red+Green+Blue) = 120+9+124=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #78097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78097C is #87F683. Grayscale: #363636. Windows color (decimal): -8910468 or 8128888. OLE color: 8128888.

HSL color Cylindrical-coordinate representation of color #78097C: hue angle of 297.91º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78097C is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1209124-
CMYK0.030.9300.51
HSL297.91º86.47%26.08%-
HSV(B)297.91º92.74%48.63%-
XYZ11.485.6419.55-
YUV55.3166.77174.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=47.43%
G=3.56%
B=49.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12091240.030.9300.51297.9186.4726.08
Hex7897C35D03312a561a
Octal17011174313506345212632
Binary1111000100111111001110111010110011100101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78097C; }

 p { color: rgb(120,9,124); }

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

<style>
 a { background-color: #78097C; }

 a { background-color: rgb(120,9,124); }

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

<style>
 span { border-color: #78097C; }

 span { border-color: rgb(120,9,124); }

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