#74147A

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

Shades of Purple #74147A

Tints of Purple #74147A

Color information

#74147A (or 0x74147A) is unknown color: approx Purple. HEX triplet: 74, 14 and 7A. RGB value is (116,20,122). Sum of RGB (Red+Green+Blue) = 116+20+122=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #74147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74147A is #8BEB85. Grayscale: #3C3C3C. Windows color (decimal): -9169798 or 8000628. OLE color: 8000628.

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

Color convert

RGB11620122-
CMYK0.050.8400.52
HSL296.47º71.83%27.84%-
HSV(B)296.47º83.61%47.84%-
XYZ10.975.6218.92-
YUV60.33162.8167.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=44.96%
G=7.75%
B=47.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116201220.050.8400.52296.4771.8327.84
Hex74147A554034128481c
Octal16424172512406445011034
Binary111010010100111101010110101000110100100101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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