#74057A

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

Shades of Purple #74057A

Tints of Purple #74057A

Color information

#74057A (or 0x74057A) is unknown color: approx Purple. HEX triplet: 74, 05 and 7A. RGB value is (116,5,122). Sum of RGB (Red+Green+Blue) = 116+5+122=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #74057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74057A is #8BFA85. Grayscale: #333333. Windows color (decimal): -9173638 or 7996788. OLE color: 7996788.

HSL color Cylindrical-coordinate representation of color #74057A: hue angle of 296.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74057A is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1165122-
CMYK0.050.9600.52
HSL296.92º92.13%24.9%-
HSV(B)296.92º95.9%47.84%-
XYZ10.775.2318.85-
YUV51.53167.77173.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=47.74%
G=2.06%
B=50.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11651220.050.9600.52296.9292.1324.9
Hex7457A5600341295c19
Octal1645172514006445113431
Binary1110100101111101010111000000110100100101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,5,122); }

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

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

 a { background-color: rgb(116,5,122); }

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

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

 span { border-color: rgb(116,5,122); }

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