#621E5C

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

Shades of Palatinate Purple #621E5C

Tints of Palatinate Purple #621E5C

Color information

#621E5C (or 0x621E5C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1E and 5C. RGB value is (98,30,92). Sum of RGB (Red+Green+Blue) = 98+30+92=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #621E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E5C is #9DE1A3. Grayscale: #393939. Windows color (decimal): -10346916 or 6037090. OLE color: 6037090.

HSL color Cylindrical-coordinate representation of color #621E5C: hue angle of 305.29º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E5C is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB983092-
CMYK00.690.060.62
HSL305.29º53.12%25.1%-
HSV(B)305.29º69.39%38.43%-
XYZ7.434.310.56-
YUV57.4147.53156.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=44.55%
G=13.64%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98309200.690.060.62305.2953.1225.1
Hex621E5C04563E1313519
Octal1423613401056764616531
Binary11000101111010111000100010111011111010011000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621E5C; }

 p { color: rgb(98,30,92); }

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

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

 a { background-color: rgb(98,30,92); }

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

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

 span { border-color: rgb(98,30,92); }

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