#74285F

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

Shades of Palatinate Purple #74285F

Tints of Palatinate Purple #74285F

Color information

#74285F (or 0x74285F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 28 and 5F. RGB value is (116,40,95). Sum of RGB (Red+Green+Blue) = 116+40+95=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74285F is #8BD7A0. Grayscale: #444444. Windows color (decimal): -9164705 or 6236276. OLE color: 6236276.

HSL color Cylindrical-coordinate representation of color #74285F: hue angle of 316.58º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74285F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1164095-
CMYK00.660.180.55
HSL316.58º48.72%30.59%-
HSV(B)316.58º65.52%45.49%-
XYZ10.036.0611.47-
YUV68.99142.68161.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=46.22%
G=15.94%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116409500.660.180.55316.5848.7230.59
Hex74285F042123713d311f
Octal16450137010222674756137
Binary11101001010001011111010000101001011011110011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74285F; }

 p { color: rgb(116,40,95); }

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

<style>
 a { background-color: #74285F; }

 a { background-color: rgb(116,40,95); }

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

<style>
 span { border-color: #74285F; }

 span { border-color: rgb(116,40,95); }

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