#74058F

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

Shades of Purple #74058F

Tints of Purple #74058F

Color information

#74058F (or 0x74058F) is unknown color: approx Purple. HEX triplet: 74, 05 and 8F. RGB value is (116,5,143). Sum of RGB (Red+Green+Blue) = 116+5+143=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #74058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74058F is #8BFA70. Grayscale: #353535. Windows color (decimal): -9173617 or 9373044. OLE color: 9373044.

HSL color Cylindrical-coordinate representation of color #74058F: hue angle of 288.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74058F is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1165143-
CMYK0.190.9700.44
HSL288.26º93.24%29.02%-
HSV(B)288.26º96.5%56.08%-
XYZ12.215.826.46-
YUV53.92178.27172.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 143 (56.25% from 255) = 54.17%
R=43.94%
G=1.89%
B=54.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11651430.190.9700.44288.2693.2429.02
Hex7458F136102C1205d1d
Octal16452172314105444013535
Binary1110100101100011111001111000010101100100100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,5,143); }

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

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

 a { background-color: rgb(116,5,143); }

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

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

 span { border-color: rgb(116,5,143); }

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