Html Css Color HEX #620A42 Tyrian Purple

📋 copy color: '#620A42'

red 98 ◦ green 10 ◦ blue 66

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

Shades of Tyrian Purple #620A42

Tints of Tyrian Purple #620A42

RGB

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

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

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

R = 56.32%
G = 5.75%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#620A42 (or 0x620A42) is known color: Tyrian Purple. HEX triplet: 62, 0A and 42. RGB value is (98,10,66). Sum of RGB (Red+Green+Blue) = 98+10+66=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620A42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A42 is #9DF5BD. Grayscale: #2A2A2A. Windows color (decimal): -10352062 or 4328034. OLE color: 4328034.

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

Color convert

RGB 98 10 66 -
CMYK 0 0.90 0.33 0.62
HSL 321.82º 0.81% 0.21% -
HSV(B) 321.82º 0.9% 0.38% -
XYZ 6.13 3.21 5.45 -
YUV 42.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 98 10 66 0 0.90 0.33 0.62 321.82 0.81 0.21
Hex 62 A 42 0 5A 21 3E 142 51 15
Octal 142 12 102 0 132 41 76 502 121 25
Binary 1100010 1010 1000010 0 1011010 100001 111110 101000010 1010001 10101

Color Harmonies of #620A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A42

Black with #620A42

Text Example


Text Example

White with #620A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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