Html Css Color HEX #620E51 Tyrian Purple

📋 copy color: '#620E51'

red 98 ◦ green 14 ◦ blue 81

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

Shades of Tyrian Purple #620E51

Tints of Tyrian Purple #620E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 50.78%
G = 7.25%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#620E51 (or 0x620E51) is known color: Tyrian Purple. HEX triplet: 62, 0E and 51. RGB value is (98,14,81). Sum of RGB (Red+Green+Blue) = 98+14+81=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #620E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E51 is #9DF1AE. Grayscale: #2E2E2E. Windows color (decimal): -10351023 or 5312098. OLE color: 5312098.

HSL color Cylindrical-coordinate representation of color #620E51: hue angle of 312.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E51 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 14 81 -
CMYK 0 0.86 0.17 0.62
HSL 312.14º 0.75% 0.22% -
HSV(B) 312.14º 0.86% 0.38% -
XYZ 6.68 3.5 8.11 -
YUV 46.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 98 14 81 0 0.86 0.17 0.62 312.14 0.75 0.22
Hex 62 E 51 0 56 11 3E 138 4B 16
Octal 142 16 121 0 126 21 76 470 113 26
Binary 1100010 1110 1010001 0 1010110 10001 111110 100111000 1001011 10110

Color Harmonies of #620E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E51

Black with #620E51

Text Example


Text Example

White with #620E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620E51; }

 p { color: rgb(98,14,81); }

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

background-color css

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

 a { background-color: rgb(98,14,81); }

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

border-color css

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

 span { border-color: rgb(98,14,81); }

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