Html Css Color HEX #83014B Tyrian Purple

📋 copy color: '#83014B'

red 131 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #83014B

Tints of Tyrian Purple #83014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 63.29%
G = 0.48%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83014B (or 0x83014B) is known color: Tyrian Purple. HEX triplet: 83, 01 and 4B. RGB value is (131,1,75). Sum of RGB (Red+Green+Blue) = 131+1+75=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83014B is #7CFEB4. Grayscale: #303030. Windows color (decimal): -8191669 or 4915587. OLE color: 4915587.

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

Color convert

RGB 131 1 75 -
CMYK 0 0.99 0.43 0.49
HSL 325.85º 0.98% 0.26% -
HSV(B) 325.85º 0.99% 0.51% -
XYZ 10.64 5.36 7.13 -
YUV 48.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 131 1 75 0 0.99 0.43 0.49 325.85 0.98 0.26
Hex 83 1 4B 0 63 2B 31 146 62 1A
Octal 203 1 113 0 143 53 61 506 142 32
Binary 10000011 1 1001011 0 1100011 101011 110001 101000110 1100010 11010

Color Harmonies of #83014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83014B

Black with #83014B

Text Example


Text Example

White with #83014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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