#620240

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

Shades of Tyrian Purple #620240

Tints of Tyrian Purple #620240

Color information

#620240 (or 0x620240) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 40. RGB value is (98,2,64). Sum of RGB (Red+Green+Blue) = 98+2+64=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #620240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620240 is #9DFDBF. Grayscale: #252525. Windows color (decimal): -10354112 or 4194914. OLE color: 4194914.

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

Color convert

RGB98264-
CMYK00.980.350.62
HSL321.25º96%19.61%-
HSV(B)321.25º97.96%38.43%-
XYZ5.983.015.12-
YUV37.77142.8170.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=59.76%
G=1.22%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9826400.980.350.62321.259619.61
Hex62240062233E1416014
Octal14221000142437650114024
Binary110001010100000001100010100011111110101000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620240; }

 p { color: rgb(98,2,64); }

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

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

 a { background-color: rgb(98,2,64); }

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

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

 span { border-color: rgb(98,2,64); }

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