#621236

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

Shades of Tyrian Purple #621236

Tints of Tyrian Purple #621236

Color information

#621236 (or 0x621236) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 36. RGB value is (98,18,54). Sum of RGB (Red+Green+Blue) = 98+18+54=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621236 is #9DEDC9. Grayscale: #2D2D2D. Windows color (decimal): -10350026 or 3543650. OLE color: 3543650.

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

Color convert

RGB981854-
CMYK00.820.450.62
HSL333º68.97%22.75%-
HSV(B)333º81.63%38.43%-
XYZ5.923.33.81-
YUV46.02132.5165.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=57.65%
G=10.59%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98185400.820.450.6233368.9722.75
Hex6212360522D3E14d4517
Octal14222660122557651510527
Binary11000101001011011001010010101101111110101001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621236; }

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

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

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

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

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

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

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

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