#621249

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

Shades of Tyrian Purple #621249

Tints of Tyrian Purple #621249

Color information

#621249 (or 0x621249) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 49. RGB value is (98,18,73). Sum of RGB (Red+Green+Blue) = 98+18+73=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #621249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621249 is #9DEDB6. Grayscale: #303030. Windows color (decimal): -10350007 or 4788834. OLE color: 4788834.

HSL color Cylindrical-coordinate representation of color #621249: hue angle of 318.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621249 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB981873-
CMYK00.820.260.62
HSL318.75º68.97%22.75%-
HSV(B)318.75º81.63%38.43%-
XYZ6.463.516.64-
YUV48.19142163.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=51.85%
G=9.52%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98187300.820.260.62318.7568.9722.75
Hex6212490521A3E13f4517
Octal142221110122327647710527
Binary11000101001010010010101001011010111110100111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621249; }

 p { color: rgb(98,18,73); }

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

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

 a { background-color: rgb(98,18,73); }

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

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

 span { border-color: rgb(98,18,73); }

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