#622B62

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

Shades of Palatinate Purple #622B62

Tints of Palatinate Purple #622B62

Color information

#622B62 (or 0x622B62) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2B and 62. RGB value is (98,43,98). Sum of RGB (Red+Green+Blue) = 98+43+98=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B62 is #9DD49D. Grayscale: #414141. Windows color (decimal): -10343582 or 6433634. OLE color: 6433634.

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

Color convert

RGB984398-
CMYK00.5600.62
HSL300º39.01%27.65%-
HSV(B)300º56.12%38.43%-
XYZ8.115.2112.13-
YUV65.72146.22151.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=41.00%
G=17.99%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98439800.5600.6230039.0127.65
Hex622B6203803E12c271c
Octal142531420700764544734
Binary110001010101111000100111000011111010010110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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