#620361

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

Shades of Palatinate Purple #620361

Tints of Palatinate Purple #620361

Color information

#620361 (or 0x620361) is unknown color: approx Palatinate Purple. HEX triplet: 62, 03 and 61. RGB value is (98,3,97). Sum of RGB (Red+Green+Blue) = 98+3+97=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #620361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620361 is #9DFC9E. Grayscale: #292929. Windows color (decimal): -10353823 or 6357858. OLE color: 6357858.

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

Color convert

RGB98397-
CMYK00.970.010.62
HSL300.63º94.06%19.8%-
HSV(B)300.63º96.94%38.43%-
XYZ7.233.5211.61-
YUV42.12158.97167.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=49.49%
G=1.52%
B=48.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9839700.970.010.62300.6394.0619.8
Hex6236106113E12d5e14
Octal1423141014117645513624
Binary1100010111100001011000011111110100101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620361; }

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

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

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

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

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

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

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

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