Html Css Color HEX #620144 Tyrian Purple

📋 copy color: '#620144'

red 98 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #620144

Tints of Tyrian Purple #620144

RGB

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

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

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

R = 58.68%
G = 0.6%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#620144 (or 0x620144) is known color: Tyrian Purple. HEX triplet: 62, 01 and 44. RGB value is (98,1,68). Sum of RGB (Red+Green+Blue) = 98+1+68=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620144 is #9DFEBB. Grayscale: #252525. Windows color (decimal): -10354364 or 4456802. OLE color: 4456802.

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

Color convert

RGB 98 1 68 -
CMYK 0 0.99 0.31 0.62
HSL 318.56º 0.98% 0.19% -
HSV(B) 318.56º 0.99% 0.38% -
XYZ 6.09 3.04 5.73 -
YUV 37.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 98 1 68 0 0.99 0.31 0.62 318.56 0.98 0.19
Hex 62 1 44 0 63 1F 3E 13F 62 13
Octal 142 1 104 0 143 37 76 477 142 23
Binary 1100010 1 1000100 0 1100011 11111 111110 100111111 1100010 10011

Color Harmonies of #620144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620144

Black with #620144

Text Example


Text Example

White with #620144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620144; }

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

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

background-color css

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

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

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

border-color css

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

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

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