#621040

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

Shades of Tyrian Purple #621040

Tints of Tyrian Purple #621040

Color information

#621040 (or 0x621040) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 40. RGB value is (98,16,64). Sum of RGB (Red+Green+Blue) = 98+16+64=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #621040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621040 is #9DEFBF. Grayscale: #2D2D2D. Windows color (decimal): -10350528 or 4198498. OLE color: 4198498.

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

Color convert

RGB981664-
CMYK00.840.350.62
HSL324.88º71.93%22.35%-
HSV(B)324.88º83.67%38.43%-
XYZ6.153.345.17-
YUV45.99138.17165.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=55.06%
G=8.99%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98166400.840.350.62324.8871.9322.35
Hex621040054233E1454816
Octal142201000124437650511026
Binary110001010000100000001010100100011111110101000101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621040; }

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

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

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

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

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

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

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

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