#734267

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

Shades of Palatinate Purple #734267

Tints of Palatinate Purple #734267

Color information

#734267 (or 0x734267) is unknown color: approx Palatinate Purple. HEX triplet: 73, 42 and 67. RGB value is (115,66,103). Sum of RGB (Red+Green+Blue) = 115+66+103=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734267 is #8CBD98. Grayscale: #545454. Windows color (decimal): -9223577 or 6767219. OLE color: 6767219.

HSL color Cylindrical-coordinate representation of color #734267: hue angle of 314.69º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734267 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11566103-
CMYK00.430.100.55
HSL314.69º27.07%35.49%-
HSV(B)314.69º42.61%45.1%-
XYZ11.478.5213.87-
YUV84.87138.23149.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=40.49%
G=23.24%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156610300.430.100.55314.6927.0735.49
Hex73426702BA3713b1b23
Octal16310214705312674733343
Binary1110011100001011001110101011101011011110011101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734267; }

 p { color: rgb(115,66,103); }

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

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

 a { background-color: rgb(115,66,103); }

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

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

 span { border-color: rgb(115,66,103); }

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