Html Css Color HEX #621138 Tyrian Purple

📋 copy color: '#621138'

red 98 ◦ green 17 ◦ blue 56

#621138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #621138

Tints of Tyrian Purple #621138

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 value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#621138 (or 0x621138) is known color: 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

RGB 98 17 56 -
CMYK 0 0.83 0.43 0.62
HSL 331.11º 0.7% 0.23% -
HSV(B) 331.11º 0.83% 0.38% -
XYZ 5.95 3.28 4.06 -
YUV 45.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 98 17 56 0 0.83 0.43 0.62 331.11 0.7 0.23
Hex 62 11 38 0 53 2B 3E 14B 46 17
Octal 142 21 70 0 123 53 76 513 106 27
Binary 1100010 10001 111000 0 1010011 101011 111110 101001011 1000110 10111

Color Harmonies of #621138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621138

Black with #621138

Text Example


Text Example

White with #621138

Text Example


Text Example

HTML Codes & Css Web 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>