#742567

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

Shades of Palatinate Purple #742567

Tints of Palatinate Purple #742567

Color information

#742567 (or 0x742567) is unknown color: approx Palatinate Purple. HEX triplet: 74, 25 and 67. RGB value is (116,37,103). Sum of RGB (Red+Green+Blue) = 116+37+103=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #742567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742567 is #8BDA98. Grayscale: #434343. Windows color (decimal): -9165465 or 6759796. OLE color: 6759796.

HSL color Cylindrical-coordinate representation of color #742567: hue angle of 309.87º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742567 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11637103-
CMYK00.680.110.55
HSL309.87º51.63%30%-
HSV(B)309.87º68.1%45.49%-
XYZ10.316.0213.45-
YUV68.14147.67162.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=45.31%
G=14.45%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163710300.680.110.55309.8751.6330
Hex742567044B37136341e
Octal16445147010413674666436
Binary1110100100101110011101000100101111011110011011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742567; }

 p { color: rgb(116,37,103); }

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

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

 a { background-color: rgb(116,37,103); }

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

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

 span { border-color: rgb(116,37,103); }

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