#620F5F

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

Shades of Palatinate Purple #620F5F

Tints of Palatinate Purple #620F5F

Color information

#620F5F (or 0x620F5F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0F and 5F. RGB value is (98,15,95). Sum of RGB (Red+Green+Blue) = 98+15+95=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #620F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F5F is #9DF0A0. Grayscale: #303030. Windows color (decimal): -10350753 or 6229858. OLE color: 6229858.

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

Color convert

RGB981595-
CMYK00.850.030.62
HSL302.17º73.45%22.16%-
HSV(B)302.17º84.69%38.43%-
XYZ7.273.7611.17-
YUV48.94154163-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 15 (6.25% from 255) = 7.21%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=47.12%
G=7.21%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98159500.850.030.62302.1773.4522.16
Hex62F5F05533E12e4916
Octal14217137012537645611126
Binary1100010111110111110101010111111110100101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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