#620349

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

Shades of Tyrian Purple #620349

Tints of Tyrian Purple #620349

Color information

#620349 (or 0x620349) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 49. RGB value is (98,3,73). Sum of RGB (Red+Green+Blue) = 98+3+73=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620349 is #9DFCB6. Grayscale: #272727. Windows color (decimal): -10353847 or 4784994. OLE color: 4784994.

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

Color convert

RGB98373-
CMYK00.970.260.62
HSL315.79º94.06%19.8%-
HSV(B)315.79º96.94%38.43%-
XYZ6.273.146.58-
YUV39.38146.97169.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=56.32%
G=1.72%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837300.970.260.62315.7994.0619.8
Hex623490611A3E13c5e14
Octal14231110141327647413624
Binary11000101110010010110000111010111110100111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620349; }

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

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

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

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

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

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

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

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