#620B5F

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

Shades of Palatinate Purple #620B5F

Tints of Palatinate Purple #620B5F

Color information

#620B5F (or 0x620B5F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0B and 5F. RGB value is (98,11,95). Sum of RGB (Red+Green+Blue) = 98+11+95=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #620B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B5F is #9DF4A0. Grayscale: #2E2E2E. Windows color (decimal): -10351777 or 6228834. OLE color: 6228834.

HSL color Cylindrical-coordinate representation of color #620B5F: hue angle of 302.07º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B5F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB981195-
CMYK00.890.030.62
HSL302.07º79.82%21.37%-
HSV(B)302.07º88.78%38.43%-
XYZ7.223.6611.15-
YUV46.59155.32164.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=48.04%
G=5.39%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98119500.890.030.62302.0779.8221.37
Hex62B5F05933E12e5015
Octal14213137013137645612025
Binary1100010101110111110101100111111110100101110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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