#74056B

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

Shades of Purple #74056B

Tints of Purple #74056B

Color information

#74056B (or 0x74056B) is unknown color: approx Purple. HEX triplet: 74, 05 and 6B. RGB value is (116,5,107). Sum of RGB (Red+Green+Blue) = 116+5+107=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74056B is #8BFA94. Grayscale: #313131. Windows color (decimal): -9173653 or 7013748. OLE color: 7013748.

HSL color Cylindrical-coordinate representation of color #74056B: hue angle of 304.86º 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 #74056B is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB1165107-
CMYK00.960.080.55
HSL304.86º91.74%23.73%-
HSV(B)304.86º95.69%45.49%-
XYZ9.914.8814.33-
YUV49.82160.27175.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=50.88%
G=2.19%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116510700.960.080.55304.8691.7423.73
Hex7456B0608371315c18
Octal16451530140106746113430
Binary11101001011101011011000001000110111100110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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