#621137

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

Shades of Tyrian Purple #621137

Tints of Tyrian Purple #621137

Color information

#621137 (or 0x621137) is unknown color: approx Tyrian Purple. HEX triplet: 62, 11 and 37. RGB value is (98,17,55). Sum of RGB (Red+Green+Blue) = 98+17+55=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621137 is #9DEEC8. Grayscale: #2D2D2D. Windows color (decimal): -10350281 or 3608930. OLE color: 3608930.

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

Color convert

RGB981755-
CMYK00.830.440.62
HSL331.85º70.43%22.55%-
HSV(B)331.85º82.65%38.43%-
XYZ5.933.273.93-
YUV45.55133.34165.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=57.65%
G=10%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98175500.830.440.62331.8570.4322.55
Hex6211370532C3E14c4617
Octal14221670123547651410627
Binary11000101000111011101010011101100111110101001100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621137; }

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

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

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

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

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

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

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

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