#620438

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

Shades of Tyrian Purple #620438

Tints of Tyrian Purple #620438

Color information

#620438 (or 0x620438) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 38. RGB value is (98,4,56). Sum of RGB (Red+Green+Blue) = 98+4+56=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #620438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620438 is #9DFBC7. Grayscale: #252525. Windows color (decimal): -10353608 or 3671138. OLE color: 3671138.

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

Color convert

RGB98456-
CMYK00.960.430.62
HSL326.81º92.16%20%-
HSV(B)326.81º95.92%38.43%-
XYZ5.792.974.01-
YUV38.03138.14170.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=62.03%
G=2.53%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9845600.960.430.62326.8192.1620
Hex624380602B3E1475c14
Octal1424700140537650713424
Binary110001010011100001100000101011111110101000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620438; }

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

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

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

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

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

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

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

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