Html Css Color HEX #83013D Tyrian Purple

📋 copy color: '#83013D'

red 131 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #83013D

Tints of Tyrian Purple #83013D

RGB

 RED value IS 131 (51.56% from 255) = 67.88%

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 67.88%
G = 0.52%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83013D (or 0x83013D) is known color: Tyrian Purple. HEX triplet: 83, 01 and 3D. RGB value is (131,1,61). Sum of RGB (Red+Green+Blue) = 131+1+61=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83013D is #7CFEC2. Grayscale: #2E2E2E. Windows color (decimal): -8191683 or 3998083. OLE color: 3998083.

HSL color Cylindrical-coordinate representation of color #83013D: hue angle of 332.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83013D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 61 -
CMYK 0 0.99 0.53 0.49
HSL 332.31º 0.98% 0.26% -
HSV(B) 332.31º 0.99% 0.51% -
XYZ 10.21 5.18 4.88 -
YUV 46.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 131 1 61 0 0.99 0.53 0.49 332.31 0.98 0.26
Hex 83 1 3D 0 63 35 31 14C 62 1A
Octal 203 1 75 0 143 65 61 514 142 32
Binary 10000011 1 111101 0 1100011 110101 110001 101001100 1100010 11010

Color Harmonies of #83013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83013D

Black with #83013D

Text Example


Text Example

White with #83013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83013D; }

 p { color: rgb(131,1,61); }

 H1.HeaderClassName
 {
   color: #83013D;
 }
 .AnyTagClassName
 {
   color: #83013D;
 }
</style>

background-color css

<style>
 a { background-color: #83013D; }

 a { background-color: rgb(131,1,61); }

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

border-color css

<style>
 span { border-color: #83013D; }

 span { border-color: rgb(131,1,61); }

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