#621A5C

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

Shades of Palatinate Purple #621A5C

Tints of Palatinate Purple #621A5C

Color information

#621A5C (or 0x621A5C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1A and 5C. RGB value is (98,26,92). Sum of RGB (Red+Green+Blue) = 98+26+92=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #621A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A5C is #9DE5A3. Grayscale: #363636. Windows color (decimal): -10347940 or 6036066. OLE color: 6036066.

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

Color convert

RGB982692-
CMYK00.730.060.62
HSL305º58.06%24.31%-
HSV(B)305º73.47%38.43%-
XYZ7.344.1110.53-
YUV55.05148.85158.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=45.37%
G=12.04%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98269200.730.060.6230558.0624.31
Hex621A5C04963E1313a18
Octal1423213401116764617230
Binary11000101101010111000100100111011111010011000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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