Html Css Color HEX #620A39 Tyrian Purple

📋 copy color: '#620A39'

red 98 ◦ green 10 ◦ blue 57

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

Shades of Tyrian Purple #620A39

Tints of Tyrian Purple #620A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.55%

R = 59.39%
G = 6.06%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#620A39 (or 0x620A39) is known color: Tyrian Purple. HEX triplet: 62, 0A and 39. RGB value is (98,10,57). Sum of RGB (Red+Green+Blue) = 98+10+57=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #620A39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A39 is #9DF5C6. Grayscale: #292929. Windows color (decimal): -10352071 or 3738210. OLE color: 3738210.

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

Color convert

RGB 98 10 57 -
CMYK 0 0.90 0.42 0.62
HSL 327.95º 0.81% 0.21% -
HSV(B) 327.95º 0.9% 0.38% -
XYZ 5.88 3.11 4.16 -
YUV 41.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 98 10 57 0 0.90 0.42 0.62 327.95 0.81 0.21
Hex 62 A 39 0 5A 2A 3E 148 51 15
Octal 142 12 71 0 132 52 76 510 121 25
Binary 1100010 1010 111001 0 1011010 101010 111110 101001000 1010001 10101

Color Harmonies of #620A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A39

Black with #620A39

Text Example


Text Example

White with #620A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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