#620747

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

Shades of Tyrian Purple #620747

Tints of Tyrian Purple #620747

Color information

#620747 (or 0x620747) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 47. RGB value is (98,7,71). Sum of RGB (Red+Green+Blue) = 98+7+71=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #620747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620747 is #9DF8B8. Grayscale: #292929. Windows color (decimal): -10352825 or 4654946. OLE color: 4654946.

HSL color Cylindrical-coordinate representation of color #620747: hue angle of 317.8º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620747 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB98771-
CMYK00.930.280.62
HSL317.8º86.67%20.59%-
HSV(B)317.8º92.86%38.43%-
XYZ6.253.26.25-
YUV41.5144.65168.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=55.68%
G=3.98%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9877100.930.280.62317.886.6720.59
Hex6274705D1C3E13e5715
Octal14271070135347647612725
Binary110001011110001110101110111100111110100111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620747; }

 p { color: rgb(98,7,71); }

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

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

 a { background-color: rgb(98,7,71); }

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

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

 span { border-color: rgb(98,7,71); }

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