#620144

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

Shades of Tyrian Purple #620144

Tints of Tyrian Purple #620144

Color information

#620144 (or 0x620144) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 44. RGB value is (98,1,68). Sum of RGB (Red+Green+Blue) = 98+1+68=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620144 is #9DFEBB. Grayscale: #252525. Windows color (decimal): -10354364 or 4456802. OLE color: 4456802.

HSL color Cylindrical-coordinate representation of color #620144: hue angle of 318.56º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620144 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB98168-
CMYK00.990.310.62
HSL318.56º97.98%19.41%-
HSV(B)318.56º98.98%38.43%-
XYZ6.093.045.73-
YUV37.64145.14171.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=58.68%
G=0.60%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816800.990.310.62318.5697.9819.41
Hex621440631F3E13f6213
Octal14211040143377647714223
Binary1100010110001000110001111111111110100111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620144; }

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

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

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

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

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

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

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

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