#620261

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

Shades of Palatinate Purple #620261

Tints of Palatinate Purple #620261

Color information

#620261 (or 0x620261) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 61. RGB value is (98,2,97). Sum of RGB (Red+Green+Blue) = 98+2+97=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #620261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620261 is #9DFD9E. Grayscale: #292929. Windows color (decimal): -10354079 or 6357602. OLE color: 6357602.

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

Color convert

RGB98297-
CMYK00.980.010.62
HSL300.62º96%19.61%-
HSV(B)300.62º97.96%38.43%-
XYZ7.223.511.61-
YUV41.53159.3168.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=49.75%
G=1.02%
B=49.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829700.980.010.62300.629619.61
Hex6226106213E12d6014
Octal1422141014217645514024
Binary1100010101100001011000101111110100101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620261; }

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

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

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

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

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

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

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

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