Html Css Color HEX #620A41 Tyrian Purple

📋 copy color: '#620A41'

red 98 ◦ green 10 ◦ blue 65

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

Shades of Tyrian Purple #620A41

Tints of Tyrian Purple #620A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 56.65%
G = 5.78%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#620A41 (or 0x620A41) is known color: Tyrian Purple. HEX triplet: 62, 0A and 41. RGB value is (98,10,65). Sum of RGB (Red+Green+Blue) = 98+10+65=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A41 is #9DF5BE. Grayscale: #2A2A2A. Windows color (decimal): -10352063 or 4262498. OLE color: 4262498.

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

Color convert

RGB 98 10 65 -
CMYK 0 0.90 0.34 0.62
HSL 322.5º 0.81% 0.21% -
HSV(B) 322.5º 0.9% 0.38% -
XYZ 6.1 3.2 5.3 -
YUV 42.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 98 10 65 0 0.90 0.34 0.62 322.5 0.81 0.21
Hex 62 A 41 0 5A 22 3E 142 51 15
Octal 142 12 101 0 132 42 76 502 121 25
Binary 1100010 1010 1000001 0 1011010 100010 111110 101000010 1010001 10101

Color Harmonies of #620A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A41

Black with #620A41

Text Example


Text Example

White with #620A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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