#74206E

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

Shades of Palatinate Purple #74206E

Tints of Palatinate Purple #74206E

Color information

#74206E (or 0x74206E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 20 and 6E. RGB value is (116,32,110). Sum of RGB (Red+Green+Blue) = 116+32+110=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206E is #8BDF91. Grayscale: #414141. Windows color (decimal): -9166738 or 7217268. OLE color: 7217268.

HSL color Cylindrical-coordinate representation of color #74206E: hue angle of 304.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74206E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11632110-
CMYK00.720.050.55
HSL304.29º56.76%29.02%-
HSV(B)304.29º72.41%45.49%-
XYZ10.535.8715.33-
YUV66.01152.83163.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=44.96%
G=12.40%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163211000.720.050.55304.2956.7629.02
Hex74206E048537130391d
Octal1644015601105674607135
Binary111010010000011011100100100010111011110011000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74206E; }

 p { color: rgb(116,32,110); }

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

<style>
 a { background-color: #74206E; }

 a { background-color: rgb(116,32,110); }

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

<style>
 span { border-color: #74206E; }

 span { border-color: rgb(116,32,110); }

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