#74038A

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

Shades of Purple #74038A

Tints of Purple #74038A

Color information

#74038A (or 0x74038A) is unknown color: approx Purple. HEX triplet: 74, 03 and 8A. RGB value is (116,3,138). Sum of RGB (Red+Green+Blue) = 116+3+138=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #74038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74038A is #8BFC75. Grayscale: #333333. Windows color (decimal): -9174134 or 9044852. OLE color: 9044852.

HSL color Cylindrical-coordinate representation of color #74038A: hue angle of 290.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74038A is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1163138-
CMYK0.160.9800.46
HSL290.22º95.74%27.65%-
HSV(B)290.22º97.83%54.12%-
XYZ11.825.6124.51-
YUV52.18176.44173.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=45.14%
G=1.17%
B=53.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11631380.160.9800.46290.2295.7427.65
Hex7438A106202E122601c
Octal16432122014205644214034
Binary111010011100010101000011000100101110100100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,3,138); }

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

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

 a { background-color: rgb(116,3,138); }

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

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

 span { border-color: rgb(116,3,138); }

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