#620336

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

Shades of Tyrian Purple #620336

Tints of Tyrian Purple #620336

Color information

#620336 (or 0x620336) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 36. RGB value is (98,3,54). Sum of RGB (Red+Green+Blue) = 98+3+54=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #620336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620336 is #9DFCC9. Grayscale: #252525. Windows color (decimal): -10353866 or 3539810. OLE color: 3539810.

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

Color convert

RGB98354-
CMYK00.970.450.62
HSL327.79º94.06%19.8%-
HSV(B)327.79º96.94%38.43%-
XYZ5.742.933.75-
YUV37.22137.47171.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=63.23%
G=1.94%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9835400.970.450.62327.7994.0619.8
Hex623360612D3E1485e14
Octal1423660141557651013624
Binary11000101111011001100001101101111110101001000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620336; }

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

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

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

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

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

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

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

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