#620346

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

Shades of Tyrian Purple #620346

Tints of Tyrian Purple #620346

Color information

#620346 (or 0x620346) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 46. RGB value is (98,3,70). Sum of RGB (Red+Green+Blue) = 98+3+70=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #620346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620346 is #9DFCB9. Grayscale: #262626. Windows color (decimal): -10353850 or 4588386. OLE color: 4588386.

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

Color convert

RGB98370-
CMYK00.970.290.62
HSL317.68º94.06%19.8%-
HSV(B)317.68º96.94%38.43%-
XYZ6.183.16.07-
YUV39.04145.47170.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=57.31%
G=1.75%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837000.970.290.62317.6894.0619.8
Hex623460611D3E13e5e14
Octal14231060141357647613624
Binary11000101110001100110000111101111110100111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620346; }

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

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

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

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

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

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

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

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