#621458

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

Shades of Palatinate Purple #621458

Tints of Palatinate Purple #621458

Color information

#621458 (or 0x621458) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 58. RGB value is (98,20,88). Sum of RGB (Red+Green+Blue) = 98+20+88=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621458 is #9DEBA7. Grayscale: #323232. Windows color (decimal): -10349480 or 5772386. OLE color: 5772386.

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

Color convert

RGB982088-
CMYK00.800.100.62
HSL307.69º66.1%23.14%-
HSV(B)307.69º79.59%38.43%-
XYZ7.053.89.59-
YUV51.07148.84161.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=47.57%
G=9.71%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98208800.800.100.62307.6966.123.14
Hex621458050A3E1344217
Octal142241300120127646410227
Binary1100010101001011000010100001010111110100110100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621458; }

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

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

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

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

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

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

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

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