#620942

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

Shades of Tyrian Purple #620942

Tints of Tyrian Purple #620942

Color information

#620942 (or 0x620942) is unknown color: approx Tyrian Purple. HEX triplet: 62, 09 and 42. RGB value is (98,9,66). Sum of RGB (Red+Green+Blue) = 98+9+66=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620942 is #9DF6BD. Grayscale: #292929. Windows color (decimal): -10352318 or 4327778. OLE color: 4327778.

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

Color convert

RGB98966-
CMYK00.910.330.62
HSL321.57º83.18%20.98%-
HSV(B)321.57º90.82%38.43%-
XYZ6.123.195.45-
YUV42.11141.49167.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=56.65%
G=5.20%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9896600.910.330.62321.5783.1820.98
Hex6294205B213E1425315
Octal142111020133417650212325
Binary11000101001100001001011011100001111110101000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620942; }

 p { color: rgb(98,9,66); }

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

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

 a { background-color: rgb(98,9,66); }

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

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

 span { border-color: rgb(98,9,66); }

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