Html Css Color HEX #83053C Tyrian Purple

📋 copy color: '#83053C'

red 131 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #83053C

Tints of Tyrian Purple #83053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 66.84%
G = 2.55%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83053C (or 0x83053C) is known color: Tyrian Purple. HEX triplet: 83, 05 and 3C. RGB value is (131,5,60). Sum of RGB (Red+Green+Blue) = 131+5+60=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83053C is #7CFAC3. Grayscale: #303030. Windows color (decimal): -8190660 or 3933571. OLE color: 3933571.

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

Color convert

RGB 131 5 60 -
CMYK 0 0.96 0.54 0.49
HSL 333.81º 0.93% 0.27% -
HSV(B) 333.81º 0.96% 0.51% -
XYZ 10.23 5.26 4.75 -
YUV 48.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 131 5 60 0 0.96 0.54 0.49 333.81 0.93 0.27
Hex 83 5 3C 0 60 36 31 14E 5D 1B
Octal 203 5 74 0 140 66 61 516 135 33
Binary 10000011 101 111100 0 1100000 110110 110001 101001110 1011101 11011

Color Harmonies of #83053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83053C

Black with #83053C

Text Example


Text Example

White with #83053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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