#621048

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

Shades of Tyrian Purple #621048

Tints of Tyrian Purple #621048

Color information

#621048 (or 0x621048) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 48. RGB value is (98,16,72). Sum of RGB (Red+Green+Blue) = 98+16+72=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #621048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621048 is #9DEFB7. Grayscale: #2E2E2E. Windows color (decimal): -10350520 or 4722786. OLE color: 4722786.

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

Color convert

RGB981672-
CMYK00.840.270.62
HSL319.02º71.93%22.35%-
HSV(B)319.02º83.67%38.43%-
XYZ6.393.446.46-
YUV46.9142.17164.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=52.69%
G=8.60%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98167200.840.270.62319.0271.9322.35
Hex6210480541B3E13f4816
Octal142201100124337647711026
Binary11000101000010010000101010011011111110100111111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621048; }

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

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

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

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

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

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

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

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