#621138

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

Shades of Tyrian Purple #621138

Tints of Tyrian Purple #621138

Color information

#621138 (or 0x621138) is unknown color: approx Tyrian Purple. HEX triplet: 62, 11 and 38. RGB value is (98,17,56). Sum of RGB (Red+Green+Blue) = 98+17+56=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621138 is #9DEEC7. Grayscale: #2D2D2D. Windows color (decimal): -10350280 or 3674466. OLE color: 3674466.

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

Color convert

RGB981756-
CMYK00.830.430.62
HSL331.11º70.43%22.55%-
HSV(B)331.11º82.65%38.43%-
XYZ5.953.284.06-
YUV45.66133.84165.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=57.31%
G=9.94%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98175600.830.430.62331.1170.4322.55
Hex6211380532B3E14b4617
Octal14221700123537651310627
Binary11000101000111100001010011101011111110101001011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621138; }

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

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

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

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

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

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

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

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