#622B55

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

Shades of Palatinate Purple #622B55

Tints of Palatinate Purple #622B55

Color information

#622B55 (or 0x622B55) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2B and 55. RGB value is (98,43,85). Sum of RGB (Red+Green+Blue) = 98+43+85=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #622B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B55 is #9DD4AA. Grayscale: #404040. Windows color (decimal): -10343595 or 5581666. OLE color: 5581666.

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

Color convert

RGB984385-
CMYK00.560.130.62
HSL314.18º39.01%27.65%-
HSV(B)314.18º56.12%38.43%-
XYZ7.544.989.16-
YUV64.23139.72152.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=43.36%
G=19.03%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98438500.560.130.62314.1839.0127.65
Hex622B55038D3E13a271c
Octal1425312507015764724734
Binary110001010101110101010111000110111111010011101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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