#74235A

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

Shades of Palatinate Purple #74235A

Tints of Palatinate Purple #74235A

Color information

#74235A (or 0x74235A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 5A. RGB value is (116,35,90). Sum of RGB (Red+Green+Blue) = 116+35+90=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74235A is #8BDCA5. Grayscale: #414141. Windows color (decimal): -9165990 or 5907316. OLE color: 5907316.

HSL color Cylindrical-coordinate representation of color #74235A: hue angle of 319.26º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74235A is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1163590-
CMYK00.700.220.55
HSL319.26º53.64%29.61%-
HSV(B)319.26º69.83%45.49%-
XYZ9.655.6510.26-
YUV65.49141.84164.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=48.13%
G=14.52%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116359000.700.220.55319.2653.6429.61
Hex74235A046163713f361e
Octal16443132010626674776636
Binary11101001000111011010010001101011011011110011111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,35,90); }

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

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

 a { background-color: rgb(116,35,90); }

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

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

 span { border-color: rgb(116,35,90); }

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