#622C5A

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

Shades of Palatinate Purple #622C5A

Tints of Palatinate Purple #622C5A

Color information

#622C5A (or 0x622C5A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2C and 5A. RGB value is (98,44,90). Sum of RGB (Red+Green+Blue) = 98+44+90=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #622C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622C5A is #9DD3A5. Grayscale: #414141. Windows color (decimal): -10343334 or 5909602. OLE color: 5909602.

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

Color convert

RGB984490-
CMYK00.550.080.62
HSL308.89º38.03%27.84%-
HSV(B)308.89º55.1%38.43%-
XYZ7.785.1410.25-
YUV65.39141.89151.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=42.24%
G=18.97%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98449000.550.080.62308.8938.0327.84
Hex622C5A03783E135261c
Octal1425413206710764654634
Binary110001010110010110100110111100011111010011010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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