#622B56

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

Shades of Palatinate Purple #622B56

Tints of Palatinate Purple #622B56

Color information

#622B56 (or 0x622B56) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2B and 56. RGB value is (98,43,86). Sum of RGB (Red+Green+Blue) = 98+43+86=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #622B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B56 is #9DD4A9. Grayscale: #404040. Windows color (decimal): -10343594 or 5647202. OLE color: 5647202.

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

Color convert

RGB984386-
CMYK00.560.120.62
HSL313.09º39.01%27.65%-
HSV(B)313.09º56.12%38.43%-
XYZ7.5859.37-
YUV64.35140.22152-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=43.17%
G=18.94%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98438600.560.120.62313.0939.0127.65
Hex622B56038C3E139271c
Octal1425312607014764714734
Binary110001010101110101100111000110011111010011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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