#623361

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

Shades of Palatinate Purple #623361

Tints of Palatinate Purple #623361

Color information

#623361 (or 0x623361) is unknown color: approx Palatinate Purple. HEX triplet: 62, 33 and 61. RGB value is (98,51,97). Sum of RGB (Red+Green+Blue) = 98+51+97=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #623361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623361 is #9DCC9E. Grayscale: #464646. Windows color (decimal): -10341535 or 6370146. OLE color: 6370146.

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

Color convert

RGB985197-
CMYK00.480.010.62
HSL301.28º31.54%29.22%-
HSV(B)301.28º47.96%38.43%-
XYZ8.385.8311.99-
YUV70.3143.07147.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=39.84%
G=20.73%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98519700.480.010.62301.2831.5429.22
Hex62336103013E12d201d
Octal142631410601764554035
Binary110001011001111000010110000111111010010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623361; }

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

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

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

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

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

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

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

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