#620239

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

Shades of Tyrian Purple #620239

Tints of Tyrian Purple #620239

Color information

#620239 (or 0x620239) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 39. RGB value is (98,2,57). Sum of RGB (Red+Green+Blue) = 98+2+57=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620239 is #9DFDC6. Grayscale: #242424. Windows color (decimal): -10354119 or 3736162. OLE color: 3736162.

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

Color convert

RGB98257-
CMYK00.980.420.62
HSL325.62º96%19.61%-
HSV(B)325.62º97.96%38.43%-
XYZ5.82.944.13-
YUV36.97139.3171.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=62.42%
G=1.27%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9825700.980.420.62325.629619.61
Hex622390622A3E1466014
Octal1422710142527650614024
Binary11000101011100101100010101010111110101000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620239; }

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

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

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

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

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

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

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

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