#620044

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

Shades of Tyrian Purple #620044

Tints of Tyrian Purple #620044

Color information

#620044 (or 0x620044) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 44. RGB value is (98,0,68). Sum of RGB (Red+Green+Blue) = 98+0+68=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620044 is #9DFFBB. Grayscale: #242424. Windows color (decimal): -10354620 or 4456546. OLE color: 4456546.

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

Color convert

RGB98068-
CMYK010.310.62
HSL318.37º100%19.22%-
HSV(B)318.37º100%38.43%-
XYZ6.083.015.73-
YUV37.05145.47171.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 40.96%
R=59.04%
G=0%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98068010.310.62318.3710019.22
Hex620440641F3E13e6413
Octal14201040144377647614423
Binary1100010010001000110010011111111110100111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620044; }

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

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

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

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

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

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

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

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