#74046F

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

Shades of Purple #74046F

Tints of Purple #74046F

Color information

#74046F (or 0x74046F) is unknown color: approx Purple. HEX triplet: 74, 04 and 6F. RGB value is (116,4,111). Sum of RGB (Red+Green+Blue) = 116+4+111=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74046F is #8BFB90. Grayscale: #313131. Windows color (decimal): -9173905 or 7275636. OLE color: 7275636.

HSL color Cylindrical-coordinate representation of color #74046F: hue angle of 302.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74046F is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB1164111-
CMYK00.970.040.55
HSL302.68º93.33%23.53%-
HSV(B)302.68º96.55%45.49%-
XYZ10.124.9515.46-
YUV49.69162.61175.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=50.22%
G=1.73%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116411100.970.040.55302.6893.3323.53
Hex7446F06143712f5d18
Octal1644157014146745713530
Binary1110100100110111101100001100110111100101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,4,111); }

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

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

 a { background-color: rgb(116,4,111); }

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

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

 span { border-color: rgb(116,4,111); }

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