#620761

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

Shades of Palatinate Purple #620761

Tints of Palatinate Purple #620761

Color information

#620761 (or 0x620761) is unknown color: approx Palatinate Purple. HEX triplet: 62, 07 and 61. RGB value is (98,7,97). Sum of RGB (Red+Green+Blue) = 98+7+97=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620761 is #9DF89E. Grayscale: #2C2C2C. Windows color (decimal): -10352799 or 6358882. OLE color: 6358882.

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

Color convert

RGB98797-
CMYK00.930.010.62
HSL300.66º86.67%20.59%-
HSV(B)300.66º92.86%38.43%-
XYZ7.273.6111.62-
YUV44.47157.65166.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=48.51%
G=3.47%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9879700.930.010.62300.6686.6720.59
Hex6276105D13E12d5715
Octal1427141013517645512725
Binary11000101111100001010111011111110100101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620761; }

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

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

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

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

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

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

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

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