#672363

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

Shades of Palatinate Purple #672363

Tints of Palatinate Purple #672363

Color information

#672363 (or 0x672363) is unknown color: approx Palatinate Purple. HEX triplet: 67, 23 and 63. RGB value is (103,35,99). Sum of RGB (Red+Green+Blue) = 103+35+99=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #672363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672363 is #98DC9C. Grayscale: #3E3E3E. Windows color (decimal): -10017949 or 6497127. OLE color: 6497127.

HSL color Cylindrical-coordinate representation of color #672363: hue angle of 303.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672363 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1033599-
CMYK00.660.040.60
HSL303.53º49.28%27.06%-
HSV(B)303.53º66.02%40.39%-
XYZ8.454.9912.32-
YUV62.63148.53156.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=43.46%
G=14.77%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103359900.660.040.60303.5349.2827.06
Hex67236304243C130311b
Octal1474314301024744606133
Binary110011110001111000110100001010011110010011000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672363; }

 p { color: rgb(103,35,99); }

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

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

 a { background-color: rgb(103,35,99); }

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

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

 span { border-color: rgb(103,35,99); }

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