#621042

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

Shades of Tyrian Purple #621042

Tints of Tyrian Purple #621042

Color information

#621042 (or 0x621042) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 42. RGB value is (98,16,66). Sum of RGB (Red+Green+Blue) = 98+16+66=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #621042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621042 is #9DEFBD. Grayscale: #2E2E2E. Windows color (decimal): -10350526 or 4329570. OLE color: 4329570.

HSL color Cylindrical-coordinate representation of color #621042: hue angle of 323.41º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621042 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB981666-
CMYK00.840.330.62
HSL323.41º71.93%22.35%-
HSV(B)323.41º83.67%38.43%-
XYZ6.213.365.48-
YUV46.22139.17164.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=54.44%
G=8.89%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98166600.840.330.62323.4171.9322.35
Hex621042054213E1434816
Octal142201020124417650311026
Binary110001010000100001001010100100001111110101000011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621042; }

 p { color: rgb(98,16,66); }

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

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

 a { background-color: rgb(98,16,66); }

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

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

 span { border-color: rgb(98,16,66); }

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