#620D53

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

Shades of Palatinate Purple #620D53

Tints of Palatinate Purple #620D53

Color information

#620D53 (or 0x620D53) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0D and 53. RGB value is (98,13,83). Sum of RGB (Red+Green+Blue) = 98+13+83=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D53 is #9DF2AC. Grayscale: #2E2E2E. Windows color (decimal): -10351277 or 5442914. OLE color: 5442914.

HSL color Cylindrical-coordinate representation of color #620D53: hue angle of 310.59º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D53 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB981383-
CMYK00.870.150.62
HSL310.59º76.58%21.76%-
HSV(B)310.59º86.73%38.43%-
XYZ6.743.518.51-
YUV46.4148.66164.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 83 (32.81% from 255) = 42.78%
R=50.52%
G=6.70%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98138300.870.150.62310.5976.5821.76
Hex62D53057F3E1374d16
Octal142151230127177646711526
Binary110001011011010011010101111111111110100110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620D53; }

 p { color: rgb(98,13,83); }

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

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

 a { background-color: rgb(98,13,83); }

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

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

 span { border-color: rgb(98,13,83); }

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