#74068D

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

Shades of Purple #74068D

Tints of Purple #74068D

Color information

#74068D (or 0x74068D) is unknown color: approx Purple. HEX triplet: 74, 06 and 8D. RGB value is (116,6,141). Sum of RGB (Red+Green+Blue) = 116+6+141=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #74068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74068D is #8BF972. Grayscale: #353535. Windows color (decimal): -9173363 or 9242228. OLE color: 9242228.

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

Color convert

RGB1166141-
CMYK0.180.9600.45
HSL288.89º91.84%28.82%-
HSV(B)288.89º95.74%55.29%-
XYZ12.085.7725.68-
YUV54.28176.94172.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=44.11%
G=2.28%
B=53.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11661410.180.9600.45288.8991.8428.82
Hex7468D126002D1215c1d
Octal16462152214005544113435
Binary1110100110100011011001011000000101101100100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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