#620061

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

Shades of Palatinate Purple #620061

Tints of Palatinate Purple #620061

Color information

#620061 (or 0x620061) is unknown color: approx Palatinate Purple. HEX triplet: 62, 00 and 61. RGB value is (98,0,97). Sum of RGB (Red+Green+Blue) = 98+0+97=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620061 is #9DFF9E. Grayscale: #282828. Windows color (decimal): -10354591 or 6357090. OLE color: 6357090.

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

Color convert

RGB98097-
CMYK010.010.62
HSL300.61º100%19.22%-
HSV(B)300.61º100%38.43%-
XYZ7.193.4611.6-
YUV40.36159.97169.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=50.26%
G=0%
B=49.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98097010.010.62300.6110019.22
Hex6206106413E12d6413
Octal1420141014417645514423
Binary110001001100001011001001111110100101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620061; }

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

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

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

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

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

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

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

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