#623261

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

Shades of Palatinate Purple #623261

Tints of Palatinate Purple #623261

Color information

#623261 (or 0x623261) is unknown color: approx Palatinate Purple. HEX triplet: 62, 32 and 61. RGB value is (98,50,97). Sum of RGB (Red+Green+Blue) = 98+50+97=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #623261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623261 is #9DCD9E. Grayscale: #454545. Windows color (decimal): -10341791 or 6369890. OLE color: 6369890.

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

Color convert

RGB985097-
CMYK00.490.010.62
HSL301.25º32.43%29.02%-
HSV(B)301.25º48.98%38.43%-
XYZ8.345.7411.98-
YUV69.71143.4148.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=40%
G=20.41%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98509700.490.010.62301.2532.4329.02
Hex62326103113E12d201d
Octal142621410611764554035
Binary110001011001011000010110001111111010010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623261; }

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

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

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

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

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

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

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

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