#622B60

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

Shades of Palatinate Purple #622B60

Tints of Palatinate Purple #622B60

Color information

#622B60 (or 0x622B60) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2B and 60. RGB value is (98,43,96). Sum of RGB (Red+Green+Blue) = 98+43+96=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #622B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B60 is #9DD49F. Grayscale: #414141. Windows color (decimal): -10343584 or 6302562. OLE color: 6302562.

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

Color convert

RGB984396-
CMYK00.560.020.62
HSL302.18º39.01%27.65%-
HSV(B)302.18º56.12%38.43%-
XYZ8.015.1711.64-
YUV65.49145.22151.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=41.35%
G=18.14%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98439600.560.020.62302.1839.0127.65
Hex622B6003823E12e271c
Octal142531400702764564734
Binary1100010101011110000001110001011111010010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,43,96); }

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

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

 a { background-color: rgb(98,43,96); }

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

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

 span { border-color: rgb(98,43,96); }

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