#74086C

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

Shades of Purple #74086C

Tints of Purple #74086C

Color information

#74086C (or 0x74086C) is unknown color: approx Purple. HEX triplet: 74, 08 and 6C. RGB value is (116,8,108). Sum of RGB (Red+Green+Blue) = 116+8+108=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74086C is #8BF793. Grayscale: #333333. Windows color (decimal): -9172884 or 7080052. OLE color: 7080052.

HSL color Cylindrical-coordinate representation of color #74086C: hue angle of 304.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74086C is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB1168108-
CMYK00.930.070.55
HSL304.44º87.1%24.31%-
HSV(B)304.44º93.1%45.49%-
XYZ104.9714.62-
YUV51.69159.78173.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=50%
G=3.45%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116810800.930.070.55304.4487.124.31
Hex7486C05D7371305718
Octal16410154013576746012730
Binary11101001000110110001011101111110111100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74086C; }

 p { color: rgb(116,8,108); }

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

<style>
 a { background-color: #74086C; }

 a { background-color: rgb(116,8,108); }

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

<style>
 span { border-color: #74086C; }

 span { border-color: rgb(116,8,108); }

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