#673056

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

Shades of Palatinate Purple #673056

Tints of Palatinate Purple #673056

Color information

#673056 (or 0x673056) is unknown color: approx Palatinate Purple. HEX triplet: 67, 30 and 56. RGB value is (103,48,86). Sum of RGB (Red+Green+Blue) = 103+48+86=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #673056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673056 is #98CFA9. Grayscale: #444444. Windows color (decimal): -10014634 or 5648487. OLE color: 5648487.

HSL color Cylindrical-coordinate representation of color #673056: hue angle of 318.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673056 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1034886-
CMYK00.530.170.60
HSL318.55º36.42%29.61%-
HSV(B)318.55º53.4%40.39%-
XYZ8.335.679.46-
YUV68.78137.72152.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=43.46%
G=20.25%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103488600.530.170.60318.5536.4229.61
Hex673056035113C13f241e
Octal1476012606521744774436
Binary1100111110000101011001101011000111110010011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673056; }

 p { color: rgb(103,48,86); }

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

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

 a { background-color: rgb(103,48,86); }

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

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

 span { border-color: rgb(103,48,86); }

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