#74306A

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

Shades of Palatinate Purple #74306A

Tints of Palatinate Purple #74306A

Color information

#74306A (or 0x74306A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 6A. RGB value is (116,48,106). Sum of RGB (Red+Green+Blue) = 116+48+106=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #74306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74306A is #8BCF95. Grayscale: #4A4A4A. Windows color (decimal): -9162646 or 6959220. OLE color: 6959220.

HSL color Cylindrical-coordinate representation of color #74306A: hue angle of 308.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74306A is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11648106-
CMYK00.590.090.55
HSL308.82º41.46%32.16%-
HSV(B)308.82º58.62%45.49%-
XYZ10.866.8714.39-
YUV74.94145.53157.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=42.96%
G=17.78%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164810600.590.090.55308.8241.4632.16
Hex74306A03B9371352920
Octal1646015207311674655140
Binary1110100110000110101001110111001110111100110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74306A; }

 p { color: rgb(116,48,106); }

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

<style>
 a { background-color: #74306A; }

 a { background-color: rgb(116,48,106); }

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

<style>
 span { border-color: #74306A; }

 span { border-color: rgb(116,48,106); }

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