Html Css Color HEX #83014C Tyrian Purple

📋 copy color: '#83014C'

red 131 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #83014C

Tints of Tyrian Purple #83014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 62.98%
G = 0.48%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83014C (or 0x83014C) is known color: Tyrian Purple. HEX triplet: 83, 01 and 4C. RGB value is (131,1,76). Sum of RGB (Red+Green+Blue) = 131+1+76=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83014C is #7CFEB3. Grayscale: #303030. Windows color (decimal): -8191668 or 4981123. OLE color: 4981123.

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

Color convert

RGB 131 1 76 -
CMYK 0 0.99 0.42 0.49
HSL 325.38º 0.98% 0.26% -
HSV(B) 325.38º 0.99% 0.51% -
XYZ 10.68 5.37 7.31 -
YUV 48.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 131 1 76 0 0.99 0.42 0.49 325.38 0.98 0.26
Hex 83 1 4C 0 63 2A 31 145 62 1A
Octal 203 1 114 0 143 52 61 505 142 32
Binary 10000011 1 1001100 0 1100011 101010 110001 101000101 1100010 11010

Color Harmonies of #83014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83014C

Black with #83014C

Text Example


Text Example

White with #83014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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