#74255F

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

Shades of Palatinate Purple #74255F

Tints of Palatinate Purple #74255F

Color information

#74255F (or 0x74255F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 25 and 5F. RGB value is (116,37,95). Sum of RGB (Red+Green+Blue) = 116+37+95=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74255F is #8BDAA0. Grayscale: #434343. Windows color (decimal): -9165473 or 6235508. OLE color: 6235508.

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

Color convert

RGB1163795-
CMYK00.680.180.55
HSL315.95º51.63%30%-
HSV(B)315.95º68.1%45.49%-
XYZ9.935.8611.43-
YUV67.23143.67162.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=46.77%
G=14.92%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116379500.680.180.55315.9551.6330
Hex74255F044123713c341e
Octal16445137010422674746436
Binary11101001001011011111010001001001011011110011110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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