#74027C

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

Shades of Purple #74027C

Tints of Purple #74027C

Color information

#74027C (or 0x74027C) is unknown color: approx Purple. HEX triplet: 74, 02 and 7C. RGB value is (116,2,124). Sum of RGB (Red+Green+Blue) = 116+2+124=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #74027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74027C is #8BFD83. Grayscale: #313131. Windows color (decimal): -9174404 or 8127092. OLE color: 8127092.

HSL color Cylindrical-coordinate representation of color #74027C: hue angle of 296.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74027C is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1162124-
CMYK0.060.9800.51
HSL296.07º96.83%24.71%-
HSV(B)296.07º98.39%48.63%-
XYZ10.865.2119.5-
YUV49.99169.77175.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=47.93%
G=0.83%
B=51.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11621240.060.9800.51296.0796.8324.71
Hex7427C6620331286119
Octal1642174614206345014131
Binary111010010111110011011000100110011100101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74027C; }

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

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

<style>
 a { background-color: #74027C; }

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

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

<style>
 span { border-color: #74027C; }

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

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