#74255B

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

Shades of Palatinate Purple #74255B

Tints of Palatinate Purple #74255B

Color information

#74255B (or 0x74255B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 25 and 5B. RGB value is (116,37,91). Sum of RGB (Red+Green+Blue) = 116+37+91=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74255B is #8BDAA4. Grayscale: #424242. Windows color (decimal): -9165477 or 5973364. OLE color: 5973364.

HSL color Cylindrical-coordinate representation of color #74255B: hue angle of 318.99º 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 #74255B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1163791-
CMYK00.680.220.55
HSL318.99º51.63%30%-
HSV(B)318.99º68.1%45.49%-
XYZ9.755.7910.5-
YUV66.78141.67163.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=47.54%
G=15.16%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116379100.680.220.55318.9951.6330
Hex74255B044163713f341e
Octal16445133010426674776436
Binary11101001001011011011010001001011011011110011111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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