#74077B

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

Shades of Purple #74077B

Tints of Purple #74077B

Color information

#74077B (or 0x74077B) is unknown color: approx Purple. HEX triplet: 74, 07 and 7B. RGB value is (116,7,123). Sum of RGB (Red+Green+Blue) = 116+7+123=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #74077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74077B is #8BF884. Grayscale: #343434. Windows color (decimal): -9173125 or 8062836. OLE color: 8062836.

HSL color Cylindrical-coordinate representation of color #74077B: hue angle of 296.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74077B is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1167123-
CMYK0.060.9400.52
HSL296.38º89.23%25.49%-
HSV(B)296.38º94.31%48.24%-
XYZ10.855.319.19-
YUV52.82167.61173.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 123 (48.44% from 255) = 50%
R=47.15%
G=2.85%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11671230.060.9400.52296.3889.2325.49
Hex7477B65E0341285919
Octal1647173613606445013131
Binary1110100111111101111010111100110100100101000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,7,123); }

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

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

 a { background-color: rgb(116,7,123); }

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

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

 span { border-color: rgb(116,7,123); }

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