#620F51

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

Shades of Palatinate Purple #620F51

Tints of Palatinate Purple #620F51

Color information

#620F51 (or 0x620F51) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0F and 51. RGB value is (98,15,81). Sum of RGB (Red+Green+Blue) = 98+15+81=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #620F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F51 is #9DF0AE. Grayscale: #2F2F2F. Windows color (decimal): -10350767 or 5312354. OLE color: 5312354.

HSL color Cylindrical-coordinate representation of color #620F51: hue angle of 312.29º 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 #620F51 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB981581-
CMYK00.850.170.62
HSL312.29º73.45%22.16%-
HSV(B)312.29º84.69%38.43%-
XYZ6.693.538.11-
YUV47.34147164.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=50.52%
G=7.73%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98158100.850.170.62312.2973.4522.16
Hex62F51055113E1384916
Octal142171210125217647011126
Binary1100010111110100010101010110001111110100111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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