#620957

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

Shades of Palatinate Purple #620957

Tints of Palatinate Purple #620957

Color information

#620957 (or 0x620957) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 57. RGB value is (98,9,87). Sum of RGB (Red+Green+Blue) = 98+9+87=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620957 is #9DF6A8. Grayscale: #2C2C2C. Windows color (decimal): -10352297 or 5704034. OLE color: 5704034.

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

Color convert

RGB98987-
CMYK00.910.110.62
HSL307.42º83.18%20.98%-
HSV(B)307.42º90.82%38.43%-
XYZ6.853.489.33-
YUV44.5151.99166.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=50.52%
G=4.64%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9898700.910.110.62307.4283.1820.98
Hex6295705BB3E1335315
Octal142111270133137646312325
Binary110001010011010111010110111011111110100110011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620957; }

 p { color: rgb(98,9,87); }

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

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

 a { background-color: rgb(98,9,87); }

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

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

 span { border-color: rgb(98,9,87); }

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