#742C6B

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

Shades of Palatinate Purple #742C6B

Tints of Palatinate Purple #742C6B

Color information

#742C6B (or 0x742C6B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 2C and 6B. RGB value is (116,44,107). Sum of RGB (Red+Green+Blue) = 116+44+107=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #742C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C6B is #8BD394. Grayscale: #484848. Windows color (decimal): -9163669 or 7023732. OLE color: 7023732.

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

Color convert

RGB11644107-
CMYK00.620.080.55
HSL307.5º45%31.37%-
HSV(B)307.5º62.07%45.49%-
XYZ10.766.5814.61-
YUV72.71147.35158.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=43.45%
G=16.48%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164410700.620.080.55307.54531.37
Hex742C6B03E8371342d1f
Octal1645415307610674645537
Binary111010010110011010110111110100011011110011010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,44,107); }

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

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

 a { background-color: rgb(116,44,107); }

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

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

 span { border-color: rgb(116,44,107); }

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