#622354

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

Shades of Palatinate Purple #622354

Tints of Palatinate Purple #622354

Color information

#622354 (or 0x622354) is unknown color: approx Palatinate Purple. HEX triplet: 62, 23 and 54. RGB value is (98,35,84). Sum of RGB (Red+Green+Blue) = 98+35+84=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #622354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622354 is #9DDCAB. Grayscale: #3B3B3B. Windows color (decimal): -10345644 or 5514082. OLE color: 5514082.

HSL color Cylindrical-coordinate representation of color #622354: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622354 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB983584-
CMYK00.640.140.62
HSL313.33º47.37%26.08%-
HSV(B)313.33º64.29%38.43%-
XYZ7.244.448.86-
YUV59.42141.87155.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=45.16%
G=16.13%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98358400.640.140.62313.3347.3726.08
Hex622354040E3E1392f1a
Octal14243124010016764715732
Binary1100010100011101010001000000111011111010011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622354; }

 p { color: rgb(98,35,84); }

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

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

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

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

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

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

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