Html Css Color HEX #83003D Tyrian Purple

📋 copy color: '#83003D'

red 131 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #83003D

Tints of Tyrian Purple #83003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 68.23%
G = 0%
B = 31.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83003D (or 0x83003D) is known color: Tyrian Purple. HEX triplet: 83, 00 and 3D. RGB value is (131,0,61). Sum of RGB (Red+Green+Blue) = 131+0+61=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83003D is #7CFFC2. Grayscale: #2E2E2E. Windows color (decimal): -8191939 or 3997827. OLE color: 3997827.

HSL color Cylindrical-coordinate representation of color #83003D: hue angle of 332.06º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83003D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 61 -
CMYK 0 1 0.53 0.49
HSL 332.06º 1% 0.26% -
HSV(B) 332.06º 1% 0.51% -
XYZ 10.2 5.16 4.87 -
YUV 46.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 131 0 61 0 1 0.53 0.49 332.06 1 0.26
Hex 83 0 3D 0 64 35 31 14C 64 1A
Octal 203 0 75 0 144 65 61 514 144 32
Binary 10000011 0 111101 0 1100100 110101 110001 101001100 1100100 11010

Color Harmonies of #83003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83003D

Black with #83003D

Text Example


Text Example

White with #83003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83003D; }

 p { color: rgb(131,0,61); }

 H1.HeaderClassName
 {
   color: #83003D;
 }
 .AnyTagClassName
 {
   color: #83003D;
 }
</style>

background-color css

<style>
 a { background-color: #83003D; }

 a { background-color: rgb(131,0,61); }

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

border-color css

<style>
 span { border-color: #83003D; }

 span { border-color: rgb(131,0,61); }

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