#621558

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

Shades of Palatinate Purple #621558

Tints of Palatinate Purple #621558

Color information

#621558 (or 0x621558) is unknown color: approx Palatinate Purple. HEX triplet: 62, 15 and 58. RGB value is (98,21,88). Sum of RGB (Red+Green+Blue) = 98+21+88=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #621558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621558 is #9DEAA7. Grayscale: #333333. Windows color (decimal): -10349224 or 5772642. OLE color: 5772642.

HSL color Cylindrical-coordinate representation of color #621558: hue angle of 307.79º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621558 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB982188-
CMYK00.790.100.62
HSL307.79º64.71%23.33%-
HSV(B)307.79º78.57%38.43%-
XYZ7.073.849.6-
YUV51.66148.51161.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=47.34%
G=10.14%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98218800.790.100.62307.7964.7123.33
Hex62155804FA3E1344117
Octal142251300117127646410127
Binary1100010101011011000010011111010111110100110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621558; }

 p { color: rgb(98,21,88); }

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

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

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

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

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

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

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