#74017D

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

Shades of Purple #74017D

Tints of Purple #74017D

Color information

#74017D (or 0x74017D) is unknown color: approx Purple. HEX triplet: 74, 01 and 7D. RGB value is (116,1,125). Sum of RGB (Red+Green+Blue) = 116+1+125=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #74017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74017D is #8BFE82. Grayscale: #313131. Windows color (decimal): -9174659 or 8192372. OLE color: 8192372.

HSL color Cylindrical-coordinate representation of color #74017D: hue angle of 295.65º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74017D is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1161125-
CMYK0.070.9900.51
HSL295.65º98.41%24.71%-
HSV(B)295.65º99.2%49.02%-
XYZ10.915.2219.83-
YUV49.52170.6175.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=47.93%
G=0.41%
B=51.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11611250.070.9900.51295.6598.4124.71
Hex7417D7630331286219
Octal1641175714306345014231
Binary11101001111110111111000110110011100101000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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