#623C5F

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

Shades of Palatinate Purple #623C5F

Tints of Palatinate Purple #623C5F

Color information

#623C5F (or 0x623C5F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 3C and 5F. RGB value is (98,60,95). Sum of RGB (Red+Green+Blue) = 98+60+95=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #623C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623C5F is #9DC3A0. Grayscale: #4B4B4B. Windows color (decimal): -10339233 or 6241378. OLE color: 6241378.

HSL color Cylindrical-coordinate representation of color #623C5F: hue angle of 304.74º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #623C5F is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB986095-
CMYK00.390.030.62
HSL304.74º24.05%30.98%-
HSV(B)304.74º38.78%38.43%-
XYZ8.726.6511.65-
YUV75.35139.09144.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=38.74%
G=23.72%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98609500.390.030.62304.7424.0530.98
Hex623C5F02733E131181f
Octal142741370473764613037
Binary110001011110010111110100111111111101001100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623C5F; }

 p { color: rgb(98,60,95); }

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

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

 a { background-color: rgb(98,60,95); }

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

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

 span { border-color: rgb(98,60,95); }

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