#620E53

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

Shades of Palatinate Purple #620E53

Tints of Palatinate Purple #620E53

Color information

#620E53 (or 0x620E53) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0E and 53. RGB value is (98,14,83). Sum of RGB (Red+Green+Blue) = 98+14+83=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E53 is #9DF1AC. Grayscale: #2E2E2E. Windows color (decimal): -10351021 or 5443170. OLE color: 5443170.

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

Color convert

RGB981483-
CMYK00.860.150.62
HSL310.71º75%21.96%-
HSV(B)310.71º85.71%38.43%-
XYZ6.763.548.51-
YUV46.98148.33164.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=50.26%
G=7.18%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98148300.860.150.62310.717521.96
Hex62E53056F3E1374b16
Octal142161230126177646711326
Binary110001011101010011010101101111111110100110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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