#74007F

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

Shades of Purple #74007F

Tints of Purple #74007F

Color information

#74007F (or 0x74007F) is unknown color: approx Purple. HEX triplet: 74, 00 and 7F. RGB value is (116,0,127). Sum of RGB (Red+Green+Blue) = 116+0+127=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #74007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74007F is #8BFF80. Grayscale: #303030. Windows color (decimal): -9174913 or 8323188. OLE color: 8323188.

HSL color Cylindrical-coordinate representation of color #74007F: hue angle of 294.8º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74007F is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1160127-
CMYK0.09100.50
HSL294.8º100%24.9%-
HSV(B)294.8º100%49.8%-
XYZ11.035.2520.51-
YUV49.16171.93175.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 52.26%
R=47.74%
G=0%
B=52.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11601270.09100.50294.810024.9
Hex7407F9640321276419
Octal16401771114406244714431
Binary111010001111111100111001000110010100100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74007F; }

 p { color: rgb(116,0,127); }

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

<style>
 a { background-color: #74007F; }

 a { background-color: rgb(116,0,127); }

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

<style>
 span { border-color: #74007F; }

 span { border-color: rgb(116,0,127); }

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