#621244

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

Shades of Tyrian Purple #621244

Tints of Tyrian Purple #621244

Color information

#621244 (or 0x621244) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 44. RGB value is (98,18,68). Sum of RGB (Red+Green+Blue) = 98+18+68=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621244 is #9DEDBB. Grayscale: #2F2F2F. Windows color (decimal): -10350012 or 4461154. OLE color: 4461154.

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

Color convert

RGB981868-
CMYK00.820.310.62
HSL322.5º68.97%22.75%-
HSV(B)322.5º81.63%38.43%-
XYZ6.33.455.8-
YUV47.62139.5163.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=53.26%
G=9.78%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98186800.820.310.62322.568.9722.75
Hex6212440521F3E1424517
Octal142221040122377650210527
Binary11000101001010001000101001011111111110101000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621244; }

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

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

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

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

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

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

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

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