#734066

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

Shades of Palatinate Purple #734066

Tints of Palatinate Purple #734066

Color information

#734066 (or 0x734066) is unknown color: approx Palatinate Purple. HEX triplet: 73, 40 and 66. RGB value is (115,64,102). Sum of RGB (Red+Green+Blue) = 115+64+102=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #734066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734066 is #8CBF99. Grayscale: #535353. Windows color (decimal): -9224090 or 6701171. OLE color: 6701171.

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

Color convert

RGB11564102-
CMYK00.440.110.55
HSL315.29º28.49%35.1%-
HSV(B)315.29º44.35%45.1%-
XYZ11.38.2713.57-
YUV83.58138.4150.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=40.93%
G=22.78%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156410200.440.110.55315.2928.4935.1
Hex73406602CB3713b1c23
Octal16310014605413674733443
Binary1110011100000011001100101100101111011110011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734066; }

 p { color: rgb(115,64,102); }

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

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

 a { background-color: rgb(115,64,102); }

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

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

 span { border-color: rgb(115,64,102); }

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