Html Css Color HEX #620D3D Tyrian Purple

📋 copy color: '#620D3D'

red 98 ◦ green 13 ◦ blue 61

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

Shades of Tyrian Purple #620D3D

Tints of Tyrian Purple #620D3D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.56%

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 56.98%
G = 7.56%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#620D3D (or 0x620D3D) is known color: Tyrian Purple. HEX triplet: 62, 0D and 3D. RGB value is (98,13,61). Sum of RGB (Red+Green+Blue) = 98+13+61=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #620D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D3D is #9DF2C2. Grayscale: #2B2B2B. Windows color (decimal): -10351299 or 4001122. OLE color: 4001122.

HSL color Cylindrical-coordinate representation of color #620D3D: hue angle of 326.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D3D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 13 61 -
CMYK 0 0.87 0.38 0.62
HSL 326.12º 0.77% 0.22% -
HSV(B) 326.12º 0.87% 0.38% -
XYZ 6.02 3.22 4.72 -
YUV 43.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 98 13 61 0 0.87 0.38 0.62 326.12 0.77 0.22
Hex 62 D 3D 0 57 26 3E 146 4D 16
Octal 142 15 75 0 127 46 76 506 115 26
Binary 1100010 1101 111101 0 1010111 100110 111110 101000110 1001101 10110

Color Harmonies of #620D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D3D

Black with #620D3D

Text Example


Text Example

White with #620D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,61); }

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

background-color css

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

 a { background-color: rgb(98,13,61); }

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

border-color css

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

 span { border-color: rgb(98,13,61); }

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