#623661

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

Shades of Palatinate Purple #623661

Tints of Palatinate Purple #623661

Color information

#623661 (or 0x623661) is unknown color: approx Palatinate Purple. HEX triplet: 62, 36 and 61. RGB value is (98,54,97). Sum of RGB (Red+Green+Blue) = 98+54+97=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #623661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623661 is #9DC99E. Grayscale: #474747. Windows color (decimal): -10340767 or 6370914. OLE color: 6370914.

HSL color Cylindrical-coordinate representation of color #623661: hue angle of 301.36º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #623661 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB985497-
CMYK00.450.010.62
HSL301.36º28.95%29.8%-
HSV(B)301.36º44.9%38.43%-
XYZ8.516.112.04-
YUV72.06142.08146.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=39.36%
G=21.69%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98549700.450.010.62301.3628.9529.8
Hex62366102D13E12d1d1e
Octal142661410551764553536
Binary11000101101101100001010110111111101001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623661; }

 p { color: rgb(98,54,97); }

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

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

 a { background-color: rgb(98,54,97); }

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

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

 span { border-color: rgb(98,54,97); }

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