#74008D

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

Shades of Purple #74008D

Tints of Purple #74008D

Color information

#74008D (or 0x74008D) is unknown color: approx Purple. HEX triplet: 74, 00 and 8D. RGB value is (116,0,141). Sum of RGB (Red+Green+Blue) = 116+0+141=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #74008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74008D is #8BFF72. Grayscale: #323232. Windows color (decimal): -9174899 or 9240692. OLE color: 9240692.

HSL color Cylindrical-coordinate representation of color #74008D: hue angle of 289.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74008D is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1160141-
CMYK0.18100.45
HSL289.36º100%27.65%-
HSV(B)289.36º100%55.29%-
XYZ12.015.6425.65-
YUV50.76178.93174.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=45.14%
G=0%
B=54.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11601410.18100.45289.3610027.65
Hex7408D126402D121641c
Octal16402152214405544114434
Binary11101000100011011001011001000101101100100001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,0,141); }

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

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

 a { background-color: rgb(116,0,141); }

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

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

 span { border-color: rgb(116,0,141); }

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