#621037

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

Shades of Tyrian Purple #621037

Tints of Tyrian Purple #621037

Color information

#621037 (or 0x621037) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 37. RGB value is (98,16,55). Sum of RGB (Red+Green+Blue) = 98+16+55=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621037 is #9DEFC8. Grayscale: #2C2C2C. Windows color (decimal): -10350537 or 3608674. OLE color: 3608674.

HSL color Cylindrical-coordinate representation of color #621037: hue angle of 331.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621037 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB981655-
CMYK00.840.440.62
HSL331.46º71.93%22.35%-
HSV(B)331.46º83.67%38.43%-
XYZ5.913.243.93-
YUV44.96133.67165.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=57.99%
G=9.47%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98165500.840.440.62331.4671.9322.35
Hex6210370542C3E14b4816
Octal14220670124547651311026
Binary11000101000011011101010100101100111110101001011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621037; }

 p { color: rgb(98,16,55); }

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

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

 a { background-color: rgb(98,16,55); }

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

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

 span { border-color: rgb(98,16,55); }

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