#622C63

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

Shades of Palatinate Purple #622C63

Tints of Palatinate Purple #622C63

Color information

#622C63 (or 0x622C63) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2C and 63. RGB value is (98,44,99). Sum of RGB (Red+Green+Blue) = 98+44+99=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #622C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C63 is #9DD39C. Grayscale: #424242. Windows color (decimal): -10343325 or 6499426. OLE color: 6499426.

HSL color Cylindrical-coordinate representation of color #622C63: hue angle of 298.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622C63 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB984499-
CMYK0.010.5600.61
HSL298.91º38.46%28.04%-
HSV(B)298.91º55.56%38.82%-
XYZ8.195.312.4-
YUV66.42146.39150.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=40.66%
G=18.26%
B=41.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9844990.010.5600.61298.9138.4628.04
Hex622C6313803D12b261c
Octal142541431700754534634
Binary110001010110011000111111000011110110010101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622C63; }

 p { color: rgb(98,44,99); }

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

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

 a { background-color: rgb(98,44,99); }

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

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

 span { border-color: rgb(98,44,99); }

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