#74026C

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

Shades of Purple #74026C

Tints of Purple #74026C

Color information

#74026C (or 0x74026C) is unknown color: approx Purple. HEX triplet: 74, 02 and 6C. RGB value is (116,2,108). Sum of RGB (Red+Green+Blue) = 116+2+108=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74026C is #8BFD93. Grayscale: #2F2F2F. Windows color (decimal): -9174420 or 7078516. OLE color: 7078516.

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

Color convert

RGB1162108-
CMYK00.980.070.55
HSL304.21º96.61%23.14%-
HSV(B)304.21º98.28%45.49%-
XYZ9.934.8414.6-
YUV48.17161.77176.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=51.33%
G=0.88%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116210800.980.070.55304.2196.6123.14
Hex7426C0627371306117
Octal1642154014276746014127
Binary111010010110110001100010111110111100110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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