#622850

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

Shades of Palatinate Purple #622850

Tints of Palatinate Purple #622850

Color information

#622850 (or 0x622850) is unknown color: approx Palatinate Purple. HEX triplet: 62, 28 and 50. RGB value is (98,40,80). Sum of RGB (Red+Green+Blue) = 98+40+80=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #622850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622850 is #9DD7AF. Grayscale: #3D3D3D. Windows color (decimal): -10344368 or 5253218. OLE color: 5253218.

HSL color Cylindrical-coordinate representation of color #622850: hue angle of 318.62º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #622850 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB984080-
CMYK00.590.180.62
HSL318.62º42.03%27.06%-
HSV(B)318.62º59.18%38.43%-
XYZ7.244.698.11-
YUV61.9138.22153.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=44.95%
G=18.35%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98408000.590.180.62318.6242.0327.06
Hex62285003B123E13f2a1b
Octal1425012007322764775233
Binary1100010101000101000001110111001011111010011111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622850; }

 p { color: rgb(98,40,80); }

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

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

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

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

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

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

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