#74017A

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

Shades of Purple #74017A

Tints of Purple #74017A

Color information

#74017A (or 0x74017A) is unknown color: approx Purple. HEX triplet: 74, 01 and 7A. RGB value is (116,1,122). Sum of RGB (Red+Green+Blue) = 116+1+122=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #74017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74017A is #8BFE85. Grayscale: #303030. Windows color (decimal): -9174662 or 7995764. OLE color: 7995764.

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

Color convert

RGB1161122-
CMYK0.050.9900.52
HSL297.02º98.37%24.12%-
HSV(B)297.02º99.18%47.84%-
XYZ10.735.1418.84-
YUV49.18169.1175.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=48.54%
G=0.42%
B=51.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11611220.050.9900.52297.0298.3724.12
Hex7417A5630341296218
Octal1641172514306445114230
Binary11101001111101010111000110110100100101001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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