#620331

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

Shades of Tyrian Purple #620331

Tints of Tyrian Purple #620331

Color information

#620331 (or 0x620331) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 31. RGB value is (98,3,49). Sum of RGB (Red+Green+Blue) = 98+3+49=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #620331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620331 is #9DFCCE. Grayscale: #242424. Windows color (decimal): -10353871 or 3212130. OLE color: 3212130.

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

Color convert

RGB98349-
CMYK00.970.50.62
HSL330.95º94.06%19.8%-
HSV(B)330.95º96.94%38.43%-
XYZ5.622.883.17-
YUV36.65134.97171.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=65.33%
G=2%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9834900.970.50.62330.9594.0619.8
Hex62331061323E14b5e14
Octal1423610141627651313624
Binary11000101111000101100001110010111110101001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620331; }

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

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

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

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

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

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

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

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