Html Css Color HEX #620A2B Tyrian Purple

📋 copy color: '#620A2B'

red 98 ◦ green 10 ◦ blue 43

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

Shades of Tyrian Purple #620A2B

Tints of Tyrian Purple #620A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 64.9%
G = 6.62%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#620A2B (or 0x620A2B) is known color: Tyrian Purple. HEX triplet: 62, 0A and 2B. RGB value is (98,10,43). Sum of RGB (Red+Green+Blue) = 98+10+43=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620A2B is #9DF5D4. Grayscale: #282828. Windows color (decimal): -10352085 or 2820706. OLE color: 2820706.

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

Color convert

RGB 98 10 43 -
CMYK 0 0.90 0.56 0.62
HSL 337.5º 0.81% 0.21% -
HSV(B) 337.5º 0.9% 0.38% -
XYZ 5.58 2.99 2.57 -
YUV 40.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 98 10 43 0 0.90 0.56 0.62 337.5 0.81 0.21
Hex 62 A 2B 0 5A 38 3E 152 51 15
Octal 142 12 53 0 132 70 76 522 121 25
Binary 1100010 1010 101011 0 1011010 111000 111110 101010010 1010001 10101

Color Harmonies of #620A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A2B

Black with #620A2B

Text Example


Text Example

White with #620A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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