#620431

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

Shades of Tyrian Purple #620431

Tints of Tyrian Purple #620431

Color information

#620431 (or 0x620431) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 31. RGB value is (98,4,49). Sum of RGB (Red+Green+Blue) = 98+4+49=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620431 is #9DFBCE. Grayscale: #252525. Windows color (decimal): -10353615 or 3212386. OLE color: 3212386.

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

Color convert

RGB98449-
CMYK00.960.50.62
HSL331.28º92.16%20%-
HSV(B)331.28º95.92%38.43%-
XYZ5.632.913.17-
YUV37.24134.64171.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=64.90%
G=2.65%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9844900.960.50.62331.2892.1620
Hex62431060323E14b5c14
Octal1424610140627651313424
Binary110001010011000101100000110010111110101001011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620431; }

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

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

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

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

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

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

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

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