#621247

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

Shades of Tyrian Purple #621247

Tints of Tyrian Purple #621247

Color information

#621247 (or 0x621247) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 47. RGB value is (98,18,71). Sum of RGB (Red+Green+Blue) = 98+18+71=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #621247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621247 is #9DEDB8. Grayscale: #2F2F2F. Windows color (decimal): -10350009 or 4657762. OLE color: 4657762.

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

Color convert

RGB981871-
CMYK00.820.280.62
HSL320.25º68.97%22.75%-
HSV(B)320.25º81.63%38.43%-
XYZ6.393.486.3-
YUV47.96141163.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.41%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=52.41%
G=9.63%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98187100.820.280.62320.2568.9722.75
Hex6212470521C3E1404517
Octal142221070122347650010527
Binary11000101001010001110101001011100111110101000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621247; }

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

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

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

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

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

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

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

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