#621453

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

Shades of Palatinate Purple #621453

Tints of Palatinate Purple #621453

Color information

#621453 (or 0x621453) is unknown color: approx Palatinate Purple. HEX triplet: 62, 14 and 53. RGB value is (98,20,83). Sum of RGB (Red+Green+Blue) = 98+20+83=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #621453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621453 is #9DEBAC. Grayscale: #323232. Windows color (decimal): -10349485 or 5444706. OLE color: 5444706.

HSL color Cylindrical-coordinate representation of color #621453: hue angle of 311.54º 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 #621453 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB982083-
CMYK00.800.150.62
HSL311.54º66.1%23.14%-
HSV(B)311.54º79.59%38.43%-
XYZ6.853.728.54-
YUV50.5146.34161.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=48.76%
G=9.95%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98208300.800.150.62311.5466.123.14
Hex621453050F3E1384217
Octal142241230120177647010227
Binary1100010101001010011010100001111111110100111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621453; }

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

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

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

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

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

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

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

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