#74126C

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

Shades of Dark Purple #74126C

Tints of Dark Purple #74126C

Color information

#74126C (or 0x74126C) is unknown color: approx Dark Purple. HEX triplet: 74, 12 and 6C. RGB value is (116,18,108). Sum of RGB (Red+Green+Blue) = 116+18+108=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74126C is #8BED93. Grayscale: #393939. Windows color (decimal): -9170324 or 7082612. OLE color: 7082612.

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

Color convert

RGB11618108-
CMYK00.840.070.55
HSL304.9º73.13%26.27%-
HSV(B)304.9º84.48%45.49%-
XYZ10.135.2314.66-
YUV57.56156.47169.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=47.93%
G=7.44%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161810800.840.070.55304.973.1326.27
Hex74126C054737131491a
Octal16422154012476746111132
Binary111010010010110110001010100111110111100110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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