#620461

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

Shades of Palatinate Purple #620461

Tints of Palatinate Purple #620461

Color information

#620461 (or 0x620461) is unknown color: approx Palatinate Purple. HEX triplet: 62, 04 and 61. RGB value is (98,4,97). Sum of RGB (Red+Green+Blue) = 98+4+97=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #620461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620461 is #9DFB9E. Grayscale: #2A2A2A. Windows color (decimal): -10353567 or 6358114. OLE color: 6358114.

HSL color Cylindrical-coordinate representation of color #620461: hue angle of 300.64º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620461 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB98497-
CMYK00.960.010.62
HSL300.64º92.16%20%-
HSV(B)300.64º95.92%38.43%-
XYZ7.243.5511.61-
YUV42.71158.64167.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=49.25%
G=2.01%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9849700.960.010.62300.6492.1620
Hex6246106013E12d5c14
Octal1424141014017645513424
Binary11000101001100001011000001111110100101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620461; }

 p { color: rgb(98,4,97); }

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

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

 a { background-color: rgb(98,4,97); }

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

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

 span { border-color: rgb(98,4,97); }

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