#620142

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

Shades of Tyrian Purple #620142

Tints of Tyrian Purple #620142

Color information

#620142 (or 0x620142) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 42. RGB value is (98,1,66). Sum of RGB (Red+Green+Blue) = 98+1+66=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #620142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620142 is #9DFEBD. Grayscale: #252525. Windows color (decimal): -10354366 or 4325730. OLE color: 4325730.

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

Color convert

RGB98166-
CMYK00.990.330.62
HSL319.79º97.98%19.41%-
HSV(B)319.79º98.98%38.43%-
XYZ6.033.015.42-
YUV37.41144.14171.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 66 (26.17% from 255) = 40%
R=59.39%
G=0.61%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816600.990.330.62319.7997.9819.41
Hex62142063213E1406213
Octal14211020143417650014223
Binary11000101100001001100011100001111110101000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620142; }

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

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

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

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

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

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

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

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