#742A5F

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

Shades of Palatinate Purple #742A5F

Tints of Palatinate Purple #742A5F

Color information

#742A5F (or 0x742A5F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2A and 5F. RGB value is (116,42,95). Sum of RGB (Red+Green+Blue) = 116+42+95=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #742A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742A5F is #8BD5A0. Grayscale: #464646. Windows color (decimal): -9164193 or 6236788. OLE color: 6236788.

HSL color Cylindrical-coordinate representation of color #742A5F: hue angle of 317.03º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #742A5F is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1164295-
CMYK00.640.180.55
HSL317.03º46.84%30.98%-
HSV(B)317.03º63.79%45.49%-
XYZ10.16.211.49-
YUV70.17142.02160.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=45.85%
G=16.60%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116429500.640.180.55317.0346.8430.98
Hex742A5F040123713d2f1f
Octal16452137010022674755737
Binary11101001010101011111010000001001011011110011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742A5F; }

 p { color: rgb(116,42,95); }

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

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

 a { background-color: rgb(116,42,95); }

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

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

 span { border-color: rgb(116,42,95); }

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