#74056C

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

Shades of Purple #74056C

Tints of Purple #74056C

Color information

#74056C (or 0x74056C) is unknown color: approx Purple. HEX triplet: 74, 05 and 6C. RGB value is (116,5,108). Sum of RGB (Red+Green+Blue) = 116+5+108=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74056C is #8BFA93. Grayscale: #313131. Windows color (decimal): -9173652 or 7079284. OLE color: 7079284.

HSL color Cylindrical-coordinate representation of color #74056C: hue angle of 304.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74056C is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB1165108-
CMYK00.960.070.55
HSL304.32º91.74%23.73%-
HSV(B)304.32º95.69%45.49%-
XYZ9.964.914.61-
YUV49.93160.77175.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=50.66%
G=2.18%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116510800.960.070.55304.3291.7423.73
Hex7456C0607371305c18
Octal1645154014076746013430
Binary1110100101110110001100000111110111100110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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