#770493

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

Shades of Purple #770493

Tints of Purple #770493

Color information

#770493 (or 0x770493) is unknown color: approx Purple. HEX triplet: 77, 04 and 93. RGB value is (119,4,147). Sum of RGB (Red+Green+Blue) = 119+4+147=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #770493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770493 is #88FB6C. Grayscale: #363636. Windows color (decimal): -8977261 or 9634935. OLE color: 9634935.

HSL color Cylindrical-coordinate representation of color #770493: hue angle of 288.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770493 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1194147-
CMYK0.190.9700.42
HSL288.25º94.7%29.61%-
HSV(B)288.25º97.28%57.65%-
XYZ12.926.1228.1-
YUV54.69180.1173.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=44.07%
G=1.48%
B=54.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11941470.190.9700.42288.2594.729.61
Hex77493136102A1205f1e
Octal16742232314105244013736
Binary1110111100100100111001111000010101010100100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770493; }

 p { color: rgb(119,4,147); }

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

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

 a { background-color: rgb(119,4,147); }

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

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

 span { border-color: rgb(119,4,147); }

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