Html Css Color HEX #83014A Tyrian Purple

📋 copy color: '#83014A'

red 131 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #83014A

Tints of Tyrian Purple #83014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 63.59%
G = 0.49%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83014A (or 0x83014A) is known color: Tyrian Purple. HEX triplet: 83, 01 and 4A. RGB value is (131,1,74). Sum of RGB (Red+Green+Blue) = 131+1+74=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #83014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83014A is #7CFEB5. Grayscale: #303030. Windows color (decimal): -8191670 or 4850051. OLE color: 4850051.

HSL color Cylindrical-coordinate representation of color #83014A: hue angle of 326.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 #83014A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 74 -
CMYK 0 0.99 0.44 0.49
HSL 326.31º 0.98% 0.26% -
HSV(B) 326.31º 0.99% 0.51% -
XYZ 10.61 5.34 6.95 -
YUV 48.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 131 1 74 0 0.99 0.44 0.49 326.31 0.98 0.26
Hex 83 1 4A 0 63 2C 31 146 62 1A
Octal 203 1 112 0 143 54 61 506 142 32
Binary 10000011 1 1001010 0 1100011 101100 110001 101000110 1100010 11010

Color Harmonies of #83014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83014A

Black with #83014A

Text Example


Text Example

White with #83014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83014A; }

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

 H1.HeaderClassName
 {
   color: #83014A;
 }
 .AnyTagClassName
 {
   color: #83014A;
 }
</style>

background-color css

<style>
 a { background-color: #83014A; }

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

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

border-color css

<style>
 span { border-color: #83014A; }

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

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