#621047

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

Shades of Tyrian Purple #621047

Tints of Tyrian Purple #621047

Color information

#621047 (or 0x621047) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 47. RGB value is (98,16,71). Sum of RGB (Red+Green+Blue) = 98+16+71=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621047 is #9DEFB8. Grayscale: #2E2E2E. Windows color (decimal): -10350521 or 4657250. OLE color: 4657250.

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

Color convert

RGB981671-
CMYK00.840.280.62
HSL319.76º71.93%22.35%-
HSV(B)319.76º83.67%38.43%-
XYZ6.363.426.29-
YUV46.79141.67164.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=52.97%
G=8.65%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98167100.840.280.62319.7671.9322.35
Hex6210470541C3E1404816
Octal142201070124347650011026
Binary11000101000010001110101010011100111110101000000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621047; }

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

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

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

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

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

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

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

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