Html Css Color HEX #620A4F Tyrian Purple

📋 copy color: '#620A4F'

red 98 ◦ green 10 ◦ blue 79

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

Shades of Tyrian Purple #620A4F

Tints of Tyrian Purple #620A4F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 52.41%
G = 5.35%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#620A4F (or 0x620A4F) is known color: Tyrian Purple. HEX triplet: 62, 0A and 4F. RGB value is (98,10,79). Sum of RGB (Red+Green+Blue) = 98+10+79=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #620A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A4F is #9DF5B0. Grayscale: #2B2B2B. Windows color (decimal): -10352049 or 5180002. OLE color: 5180002.

HSL color Cylindrical-coordinate representation of color #620A4F: hue angle of 312.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A4F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 10 79 -
CMYK 0 0.90 0.19 0.62
HSL 312.95º 0.81% 0.21% -
HSV(B) 312.95º 0.9% 0.38% -
XYZ 6.56 3.38 7.7 -
YUV 44.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 98 10 79 0 0.90 0.19 0.62 312.95 0.81 0.21
Hex 62 A 4F 0 5A 13 3E 139 51 15
Octal 142 12 117 0 132 23 76 471 121 25
Binary 1100010 1010 1001111 0 1011010 10011 111110 100111001 1010001 10101

Color Harmonies of #620A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A4F

Black with #620A4F

Text Example


Text Example

White with #620A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,10,79); }

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

background-color css

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

 a { background-color: rgb(98,10,79); }

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

border-color css

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

 span { border-color: rgb(98,10,79); }

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