#621245

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

Shades of Tyrian Purple #621245

Tints of Tyrian Purple #621245

Color information

#621245 (or 0x621245) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 45. RGB value is (98,18,69). Sum of RGB (Red+Green+Blue) = 98+18+69=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621245 is #9DEDBA. Grayscale: #2F2F2F. Windows color (decimal): -10350011 or 4526690. OLE color: 4526690.

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

Color convert

RGB981869-
CMYK00.820.300.62
HSL321.75º68.97%22.75%-
HSV(B)321.75º81.63%38.43%-
XYZ6.333.465.96-
YUV47.73140163.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.97%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=52.97%
G=9.73%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98186900.820.300.62321.7568.9722.75
Hex6212450521E3E1424517
Octal142221050122367650210527
Binary11000101001010001010101001011110111110101000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621245; }

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

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

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

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

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

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

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

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