#620744

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

Shades of Tyrian Purple #620744

Tints of Tyrian Purple #620744

Color information

#620744 (or 0x620744) is unknown color: approx Tyrian Purple. HEX triplet: 62, 07 and 44. RGB value is (98,7,68). Sum of RGB (Red+Green+Blue) = 98+7+68=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620744 is #9DF8BB. Grayscale: #292929. Windows color (decimal): -10352828 or 4458338. OLE color: 4458338.

HSL color Cylindrical-coordinate representation of color #620744: hue angle of 319.78º 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 #620744 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB98768-
CMYK00.930.310.62
HSL319.78º86.67%20.59%-
HSV(B)319.78º92.86%38.43%-
XYZ6.163.175.76-
YUV41.16143.15168.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=56.65%
G=4.05%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9876800.930.310.62319.7886.6720.59
Hex6274405D1F3E1405715
Octal14271040135377650012725
Binary110001011110001000101110111111111110101000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620744; }

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

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

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

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

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

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

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

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