#74017B

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

Shades of Purple #74017B

Tints of Purple #74017B

Color information

#74017B (or 0x74017B) is unknown color: approx Purple. HEX triplet: 74, 01 and 7B. RGB value is (116,1,123). Sum of RGB (Red+Green+Blue) = 116+1+123=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #74017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74017B is #8BFE84. Grayscale: #303030. Windows color (decimal): -9174661 or 8061300. OLE color: 8061300.

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

Color convert

RGB1161123-
CMYK0.060.9900.52
HSL296.56º98.39%24.31%-
HSV(B)296.56º99.19%48.24%-
XYZ10.795.1619.17-
YUV49.29169.6175.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=48.33%
G=0.42%
B=51.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11611230.060.9900.52296.5698.3924.31
Hex7417B6630341296218
Octal1641173614306445114230
Binary11101001111101111011000110110100100101001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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