#742158

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

Shades of Palatinate Purple #742158

Tints of Palatinate Purple #742158

Color information

#742158 (or 0x742158) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 58. RGB value is (116,33,88). Sum of RGB (Red+Green+Blue) = 116+33+88=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #742158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742158 is #8BDEA7. Grayscale: #3F3F3F. Windows color (decimal): -9166504 or 5775732. OLE color: 5775732.

HSL color Cylindrical-coordinate representation of color #742158: hue angle of 320.24º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742158 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1163388-
CMYK00.720.240.55
HSL320.24º55.7%29.22%-
HSV(B)320.24º71.55%45.49%-
XYZ9.515.519.79-
YUV64.09141.5165.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=48.95%
G=13.92%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116338800.720.240.55320.2455.729.22
Hex7421580481837140381d
Octal16441130011030675007035
Binary11101001000011011000010010001100011011110100000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742158; }

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

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

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

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

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

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

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

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