#622B5A

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

Shades of Palatinate Purple #622B5A

Tints of Palatinate Purple #622B5A

Color information

#622B5A (or 0x622B5A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2B and 5A. RGB value is (98,43,90). Sum of RGB (Red+Green+Blue) = 98+43+90=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #622B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B5A is #9DD4A5. Grayscale: #404040. Windows color (decimal): -10343590 or 5909346. OLE color: 5909346.

HSL color Cylindrical-coordinate representation of color #622B5A: hue angle of 308.73º 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 #622B5A is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB984390-
CMYK00.560.080.62
HSL308.73º39.01%27.65%-
HSV(B)308.73º56.12%38.43%-
XYZ7.755.0610.24-
YUV64.8142.22151.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=42.42%
G=18.61%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98439000.560.080.62308.7339.0127.65
Hex622B5A03883E135271c
Octal1425313207010764654734
Binary110001010101110110100111000100011111010011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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