#78097A

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

Shades of Purple #78097A

Tints of Purple #78097A

Color information

#78097A (or 0x78097A) is unknown color: approx Purple. HEX triplet: 78, 09 and 7A. RGB value is (120,9,122). Sum of RGB (Red+Green+Blue) = 120+9+122=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #78097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78097A is #87F685. Grayscale: #363636. Windows color (decimal): -8910470 or 7997816. OLE color: 7997816.

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

Color convert

RGB1209122-
CMYK0.020.9300.52
HSL298.94º86.26%25.69%-
HSV(B)298.94º92.62%47.84%-
XYZ11.365.5918.89-
YUV55.07165.77174.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=47.81%
G=3.59%
B=48.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12091220.020.9300.52298.9486.2625.69
Hex7897A25D03412b561a
Octal17011172213506445312632
Binary1111000100111110101010111010110100100101011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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