Html Css Color HEX #620142 Tyrian Purple

📋 copy color: '#620142'

red 98 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #620142

Tints of Tyrian Purple #620142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40%

R = 59.39%
G = 0.61%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#620142 (or 0x620142) is known color: Tyrian Purple. HEX triplet: 62, 01 and 42. RGB value is (98,1,66). Sum of RGB (Red+Green+Blue) = 98+1+66=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #620142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620142 is #9DFEBD. Grayscale: #252525. Windows color (decimal): -10354366 or 4325730. OLE color: 4325730.

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

Color convert

RGB 98 1 66 -
CMYK 0 0.99 0.33 0.62
HSL 319.79º 0.98% 0.19% -
HSV(B) 319.79º 0.99% 0.38% -
XYZ 6.03 3.01 5.42 -
YUV 37.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 98 1 66 0 0.99 0.33 0.62 319.79 0.98 0.19
Hex 62 1 42 0 63 21 3E 140 62 13
Octal 142 1 102 0 143 41 76 500 142 23
Binary 1100010 1 1000010 0 1100011 100001 111110 101000000 1100010 10011

Color Harmonies of #620142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620142

Black with #620142

Text Example


Text Example

White with #620142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620142; }

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

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

background-color css

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

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

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

border-color css

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

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

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