#620F53

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

Shades of Palatinate Purple #620F53

Tints of Palatinate Purple #620F53

Color information

#620F53 (or 0x620F53) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0F and 53. RGB value is (98,15,83). Sum of RGB (Red+Green+Blue) = 98+15+83=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #620F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F53 is #9DF0AC. Grayscale: #2F2F2F. Windows color (decimal): -10350765 or 5443426. OLE color: 5443426.

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

Color convert

RGB981583-
CMYK00.850.150.62
HSL310.84º73.45%22.16%-
HSV(B)310.84º84.69%38.43%-
XYZ6.773.568.51-
YUV47.57148163.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=50%
G=7.65%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98158300.850.150.62310.8473.4522.16
Hex62F53055F3E1374916
Octal142171230125177646711126
Binary110001011111010011010101011111111110100110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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