#621241

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

Shades of Tyrian Purple #621241

Tints of Tyrian Purple #621241

Color information

#621241 (or 0x621241) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 41. RGB value is (98,18,65). Sum of RGB (Red+Green+Blue) = 98+18+65=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #621241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621241 is #9DEDBE. Grayscale: #2F2F2F. Windows color (decimal): -10350015 or 4264546. OLE color: 4264546.

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

Color convert

RGB981865-
CMYK00.820.340.62
HSL324.75º68.97%22.75%-
HSV(B)324.75º81.63%38.43%-
XYZ6.213.415.33-
YUV47.28138164.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.14%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=54.14%
G=9.94%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98186500.820.340.62324.7568.9722.75
Hex621241052223E1454517
Octal142221010122427650510527
Binary110001010010100000101010010100010111110101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621241; }

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

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

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

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

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

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

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

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