Html Css Color HEX #83053F Tyrian Purple

📋 copy color: '#83053F'

red 131 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #83053F

Tints of Tyrian Purple #83053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

 BLUE value IS 63 (25% from 255) = 31.66%

R = 65.83%
G = 2.51%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83053F (or 0x83053F) is known color: Tyrian Purple. HEX triplet: 83, 05 and 3F. RGB value is (131,5,63). Sum of RGB (Red+Green+Blue) = 131+5+63=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83053F is #7CFAC0. Grayscale: #313131. Windows color (decimal): -8190657 or 4130179. OLE color: 4130179.

HSL color Cylindrical-coordinate representation of color #83053F: hue angle of 332.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83053F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 63 -
CMYK 0 0.96 0.52 0.49
HSL 332.38º 0.93% 0.27% -
HSV(B) 332.38º 0.96% 0.51% -
XYZ 10.31 5.29 5.18 -
YUV 49.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 131 5 63 0 0.96 0.52 0.49 332.38 0.93 0.27
Hex 83 5 3F 0 60 34 31 14C 5D 1B
Octal 203 5 77 0 140 64 61 514 135 33
Binary 10000011 101 111111 0 1100000 110100 110001 101001100 1011101 11011

Color Harmonies of #83053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83053F

Black with #83053F

Text Example


Text Example

White with #83053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83053F; }

 p { color: rgb(131,5,63); }

 H1.HeaderClassName
 {
   color: #83053F;
 }
 .AnyTagClassName
 {
   color: #83053F;
 }
</style>

background-color css

<style>
 a { background-color: #83053F; }

 a { background-color: rgb(131,5,63); }

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

border-color css

<style>
 span { border-color: #83053F; }

 span { border-color: rgb(131,5,63); }

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