#741758

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

Shades of Palatinate Purple #741758

Tints of Palatinate Purple #741758

Color information

#741758 (or 0x741758) is unknown color: approx Palatinate Purple. HEX triplet: 74, 17 and 58. RGB value is (116,23,88). Sum of RGB (Red+Green+Blue) = 116+23+88=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #741758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741758 is #8BE8A7. Grayscale: #3A3A3A. Windows color (decimal): -9169064 or 5773172. OLE color: 5773172.

HSL color Cylindrical-coordinate representation of color #741758: hue angle of 318.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741758 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1162388-
CMYK00.800.240.55
HSL318.06º66.91%27.25%-
HSV(B)318.06º80.17%45.49%-
XYZ9.275.039.71-
YUV58.22144.81169.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=51.10%
G=10.13%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116238800.800.240.55318.0666.9127.25
Hex741758050183713e431b
Octal164271300120306747610333
Binary11101001011110110000101000011000110111100111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741758; }

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

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

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

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

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

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

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

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