#620D37

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

Shades of Tyrian Purple #620D37

Tints of Tyrian Purple #620D37

Color information

#620D37 (or 0x620D37) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0D and 37. RGB value is (98,13,55). Sum of RGB (Red+Green+Blue) = 98+13+55=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D37 is #9DF2C8. Grayscale: #2B2B2B. Windows color (decimal): -10351305 or 3607906. OLE color: 3607906.

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

Color convert

RGB981355-
CMYK00.870.440.62
HSL330.35º76.58%21.76%-
HSV(B)330.35º86.73%38.43%-
XYZ5.873.163.92-
YUV43.2134.66167.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=59.04%
G=7.83%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98135500.870.440.62330.3576.5821.76
Hex62D370572C3E14a4d16
Octal14215670127547651211526
Binary1100010110111011101010111101100111110101001010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,13,55); }

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

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

 a { background-color: rgb(98,13,55); }

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

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

 span { border-color: rgb(98,13,55); }

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