Html Css Color HEX #620149 Tyrian Purple

📋 copy color: '#620149'

red 98 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #620149

Tints of Tyrian Purple #620149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 56.98%
G = 0.58%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#620149 (or 0x620149) is known color: Tyrian Purple. HEX triplet: 62, 01 and 49. RGB value is (98,1,73). Sum of RGB (Red+Green+Blue) = 98+1+73=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #620149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620149 is #9DFEB6. Grayscale: #262626. Windows color (decimal): -10354359 or 4784482. OLE color: 4784482.

HSL color Cylindrical-coordinate representation of color #620149: hue angle of 315.46º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620149 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 73 -
CMYK 0 0.99 0.26 0.62
HSL 315.46º 0.98% 0.19% -
HSV(B) 315.46º 0.99% 0.38% -
XYZ 6.25 3.1 6.57 -
YUV 38.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 98 1 73 0 0.99 0.26 0.62 315.46 0.98 0.19
Hex 62 1 49 0 63 1A 3E 13B 62 13
Octal 142 1 111 0 143 32 76 473 142 23
Binary 1100010 1 1001001 0 1100011 11010 111110 100111011 1100010 10011

Color Harmonies of #620149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620149

Black with #620149

Text Example


Text Example

White with #620149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620149; }

 p { color: rgb(98,1,73); }

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

background-color css

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

 a { background-color: rgb(98,1,73); }

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

border-color css

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

 span { border-color: rgb(98,1,73); }

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