#620F39

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

Shades of Tyrian Purple #620F39

Tints of Tyrian Purple #620F39

Color information

#620F39 (or 0x620F39) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 39. RGB value is (98,15,57). Sum of RGB (Red+Green+Blue) = 98+15+57=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #620F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F39 is #9DF0C6. Grayscale: #2C2C2C. Windows color (decimal): -10350791 or 3739490. OLE color: 3739490.

HSL color Cylindrical-coordinate representation of color #620F39: hue angle of 329.64º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F39 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB981557-
CMYK00.850.420.62
HSL329.64º73.45%22.16%-
HSV(B)329.64º84.69%38.43%-
XYZ5.953.234.18-
YUV44.6135166.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 15 (6.25% from 255) = 8.82%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=57.65%
G=8.82%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98155700.850.420.62329.6473.4522.16
Hex62F390552A3E14a4916
Octal14217710125527651211126
Binary1100010111111100101010101101010111110101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F39; }

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

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

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

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

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

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

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

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