Html Css Color HEX #621236 Tyrian Purple

📋 copy color: '#621236'

red 98 ◦ green 18 ◦ blue 54

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

Shades of Tyrian Purple #621236

Tints of Tyrian Purple #621236

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

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 98 18 54 -
CMYK 0 0.82 0.45 0.62
HSL 333º 0.69% 0.23% -
HSV(B) 333º 0.82% 0.38% -
XYZ 5.92 3.3 3.81 -
YUV 46.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 98 18 54 0 0.82 0.45 0.62 333 0.69 0.23
Hex 62 12 36 0 52 2D 3E 14D 45 17
Octal 142 22 66 0 122 55 76 515 105 27
Binary 1100010 10010 110110 0 1010010 101101 111110 101001101 1000101 10111

Color Harmonies of #621236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621236

Black with #621236

Text Example


Text Example

White with #621236

Text Example


Text Example

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