#622750

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

Shades of Palatinate Purple #622750

Tints of Palatinate Purple #622750

Color information

#622750 (or 0x622750) is unknown color: approx Palatinate Purple. HEX triplet: 62, 27 and 50. RGB value is (98,39,80). Sum of RGB (Red+Green+Blue) = 98+39+80=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #622750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622750 is #9DD8AF. Grayscale: #3D3D3D. Windows color (decimal): -10344624 or 5252962. OLE color: 5252962.

HSL color Cylindrical-coordinate representation of color #622750: hue angle of 318.31º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #622750 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB983980-
CMYK00.600.180.62
HSL318.31º43.07%26.86%-
HSV(B)318.31º60.2%38.43%-
XYZ7.214.638.1-
YUV61.32138.55154.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=45.16%
G=17.97%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98398000.600.180.62318.3143.0726.86
Hex62275003C123E13e2b1b
Octal1424712007422764765333
Binary1100010100111101000001111001001011111010011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622750; }

 p { color: rgb(98,39,80); }

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

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

 a { background-color: rgb(98,39,80); }

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

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

 span { border-color: rgb(98,39,80); }

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