#742358

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

Shades of Palatinate Purple #742358

Tints of Palatinate Purple #742358

Color information

#742358 (or 0x742358) is unknown color: approx Palatinate Purple. HEX triplet: 74, 23 and 58. RGB value is (116,35,88). Sum of RGB (Red+Green+Blue) = 116+35+88=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #742358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742358 is #8BDCA7. Grayscale: #414141. Windows color (decimal): -9165992 or 5776244. OLE color: 5776244.

HSL color Cylindrical-coordinate representation of color #742358: hue angle of 320.74º 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 #742358 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1163588-
CMYK00.700.240.55
HSL320.74º53.64%29.61%-
HSV(B)320.74º69.83%45.49%-
XYZ9.565.629.81-
YUV65.26140.84164.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=48.54%
G=14.64%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116358800.700.240.55320.7453.6429.61
Hex7423580461837141361e
Octal16443130010630675016636
Binary11101001000111011000010001101100011011110100000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742358; }

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

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

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

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

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

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

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

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