#74045C

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

Shades of Palatinate Purple #74045C

Tints of Palatinate Purple #74045C

Color information

#74045C (or 0x74045C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 04 and 5C. RGB value is (116,4,92). Sum of RGB (Red+Green+Blue) = 116+4+92=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74045C is #8BFBA3. Grayscale: #2F2F2F. Windows color (decimal): -9173924 or 6030452. OLE color: 6030452.

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

Color convert

RGB116492-
CMYK00.970.210.55
HSL312.86º93.33%23.53%-
HSV(B)312.86º96.55%45.49%-
XYZ9.184.5710.52-
YUV47.52153.11176.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=54.72%
G=1.89%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11649200.970.210.55312.8693.3323.53
Hex7445C06115371395d18
Octal16441340141256747113530
Binary111010010010111000110000110101110111100111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,4,92); }

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

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

 a { background-color: rgb(116,4,92); }

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

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

 span { border-color: rgb(116,4,92); }

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