#622F55

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

Shades of Palatinate Purple #622F55

Tints of Palatinate Purple #622F55

Color information

#622F55 (or 0x622F55) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2F and 55. RGB value is (98,47,85). Sum of RGB (Red+Green+Blue) = 98+47+85=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #622F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622F55 is #9DD0AA. Grayscale: #424242. Windows color (decimal): -10342571 or 5582690. OLE color: 5582690.

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

Color convert

RGB984785-
CMYK00.520.130.62
HSL315.29º35.17%28.43%-
HSV(B)315.29º52.04%38.43%-
XYZ7.695.299.21-
YUV66.58138.4150.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=42.61%
G=20.43%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98478500.520.130.62315.2935.1728.43
Hex622F55034D3E13b231c
Octal1425712506415764734334
Binary110001010111110101010110100110111111010011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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