#622455

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

Shades of Palatinate Purple #622455

Tints of Palatinate Purple #622455

Color information

#622455 (or 0x622455) is unknown color: approx Palatinate Purple. HEX triplet: 62, 24 and 55. RGB value is (98,36,85). Sum of RGB (Red+Green+Blue) = 98+36+85=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #622455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622455 is #9DDBAA. Grayscale: #3B3B3B. Windows color (decimal): -10345387 or 5579874. OLE color: 5579874.

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

Color convert

RGB983685-
CMYK00.630.130.62
HSL312.58º46.27%26.27%-
HSV(B)312.58º63.27%38.43%-
XYZ7.314.519.08-
YUV60.12142.04155.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=44.75%
G=16.44%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98368500.630.130.62312.5846.2726.27
Hex62245503FD3E1392e1a
Octal1424412507715764715632
Binary110001010010010101010111111110111111010011100110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622455; }

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

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

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

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

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

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

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

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