Html Css Color HEX #620B40 Tyrian Purple

📋 copy color: '#620B40'

red 98 ◦ green 11 ◦ blue 64

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

Shades of Tyrian Purple #620B40

Tints of Tyrian Purple #620B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 56.65%
G = 6.36%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#620B40 (or 0x620B40) is known color: Tyrian Purple. HEX triplet: 62, 0B and 40. RGB value is (98,11,64). Sum of RGB (Red+Green+Blue) = 98+11+64=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620B40 is #9DF4BF. Grayscale: #2A2A2A. Windows color (decimal): -10351808 or 4197218. OLE color: 4197218.

HSL color Cylindrical-coordinate representation of color #620B40: hue angle of 323.45º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B40 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 11 64 -
CMYK 0 0.89 0.35 0.62
HSL 323.45º 0.8% 0.21% -
HSV(B) 323.45º 0.89% 0.38% -
XYZ 6.08 3.21 5.15 -
YUV 43.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 98 11 64 0 0.89 0.35 0.62 323.45 0.8 0.21
Hex 62 B 40 0 59 23 3E 143 50 15
Octal 142 13 100 0 131 43 76 503 120 25
Binary 1100010 1011 1000000 0 1011001 100011 111110 101000011 1010000 10101

Color Harmonies of #620B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B40

Black with #620B40

Text Example


Text Example

White with #620B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,64); }

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

background-color css

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

 a { background-color: rgb(98,11,64); }

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

border-color css

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

 span { border-color: rgb(98,11,64); }

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