#621754

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

Shades of Palatinate Purple #621754

Tints of Palatinate Purple #621754

Color information

#621754 (or 0x621754) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 54. RGB value is (98,23,84). Sum of RGB (Red+Green+Blue) = 98+23+84=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621754 is #9DE8AB. Grayscale: #343434. Windows color (decimal): -10348716 or 5511010. OLE color: 5511010.

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

Color convert

RGB982384-
CMYK00.770.140.62
HSL311.2º61.98%23.73%-
HSV(B)311.2º76.53%38.43%-
XYZ6.943.858.76-
YUV52.38145.85160.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=47.80%
G=11.22%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98238400.770.140.62311.261.9823.73
Hex62175404DE3E1373e18
Octal14227124011516764677630
Binary110001010111101010001001101111011111010011011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621754; }

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

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

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

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

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

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

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

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