Html Css Color HEX #621244 Tyrian Purple

📋 copy color: '#621244'

red 98 ◦ green 18 ◦ blue 68

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

Shades of Tyrian Purple #621244

Tints of Tyrian Purple #621244

RGB

 RED value IS 98 (38.67% from 255) = 53.26%

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 53.26%
G = 9.78%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#621244 (or 0x621244) is known color: Tyrian Purple. HEX triplet: 62, 12 and 44. RGB value is (98,18,68). Sum of RGB (Red+Green+Blue) = 98+18+68=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621244 is #9DEDBB. Grayscale: #2F2F2F. Windows color (decimal): -10350012 or 4461154. OLE color: 4461154.

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

Color convert

RGB 98 18 68 -
CMYK 0 0.82 0.31 0.62
HSL 322.5º 0.69% 0.23% -
HSV(B) 322.5º 0.82% 0.38% -
XYZ 6.3 3.45 5.8 -
YUV 47.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 98 18 68 0 0.82 0.31 0.62 322.5 0.69 0.23
Hex 62 12 44 0 52 1F 3E 142 45 17
Octal 142 22 104 0 122 37 76 502 105 27
Binary 1100010 10010 1000100 0 1010010 11111 111110 101000010 1000101 10111

Color Harmonies of #621244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621244

Black with #621244

Text Example


Text Example

White with #621244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621244; }

 p { color: rgb(98,18,68); }

 H1.HeaderClassName
 {
   color: #621244;
 }
 .AnyTagClassName
 {
   color: #621244;
 }
</style>

background-color css

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

 a { background-color: rgb(98,18,68); }

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

border-color css

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

 span { border-color: rgb(98,18,68); }

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