#74008B

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

Shades of Purple #74008B

Tints of Purple #74008B

Color information

#74008B (or 0x74008B) is unknown color: approx Purple. HEX triplet: 74, 00 and 8B. RGB value is (116,0,139). Sum of RGB (Red+Green+Blue) = 116+0+139=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #74008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74008B is #8BFF74. Grayscale: #323232. Windows color (decimal): -9174901 or 9109620. OLE color: 9109620.

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

Color convert

RGB1160139-
CMYK0.17100.45
HSL290.07º100%27.25%-
HSV(B)290.07º100%54.51%-
XYZ11.865.5824.88-
YUV50.53177.93174.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=45.49%
G=0%
B=54.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11601390.17100.45290.0710027.25
Hex7408B116402D122641b
Octal16402132114405544214433
Binary11101000100010111000111001000101101100100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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