#74028A

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

Shades of Purple #74028A

Tints of Purple #74028A

Color information

#74028A (or 0x74028A) is unknown color: approx Purple. HEX triplet: 74, 02 and 8A. RGB value is (116,2,138). Sum of RGB (Red+Green+Blue) = 116+2+138=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #74028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74028A is #8BFD75. Grayscale: #333333. Windows color (decimal): -9174390 or 9044596. OLE color: 9044596.

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

Color convert

RGB1162138-
CMYK0.160.9900.46
HSL290.29º97.14%27.45%-
HSV(B)290.29º98.55%54.12%-
XYZ11.815.5924.5-
YUV51.59176.77173.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=45.31%
G=0.78%
B=53.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11621380.160.9900.46290.2997.1427.45
Hex7428A106302E122611b
Octal16422122014305644214133
Binary111010010100010101000011000110101110100100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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