#620936

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

Shades of Tyrian Purple #620936

Tints of Tyrian Purple #620936

Color information

#620936 (or 0x620936) is unknown color: approx Tyrian Purple. HEX triplet: 62, 09 and 36. RGB value is (98,9,54). Sum of RGB (Red+Green+Blue) = 98+9+54=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #620936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620936 is #9DF6C9. Grayscale: #282828. Windows color (decimal): -10352330 or 3541346. OLE color: 3541346.

HSL color Cylindrical-coordinate representation of color #620936: hue angle of 329.66º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620936 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB98954-
CMYK00.910.450.62
HSL329.66º83.18%20.98%-
HSV(B)329.66º90.82%38.43%-
XYZ5.83.063.77-
YUV40.74135.49168.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=60.87%
G=5.59%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9895400.910.450.62329.6683.1820.98
Hex6293605B2D3E14a5315
Octal14211660133557651212325
Binary1100010100111011001011011101101111110101001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620936; }

 p { color: rgb(98,9,54); }

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

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

 a { background-color: rgb(98,9,54); }

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

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

 span { border-color: rgb(98,9,54); }

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