Html Css Color HEX #84013D Tyrian Purple

📋 copy color: '#84013D'

red 132 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #84013D

Tints of Tyrian Purple #84013D

RGB

 RED value IS 132 (51.95% from 255) = 68.04%

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

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

R = 68.04%
G = 0.52%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84013D (or 0x84013D) is known color: Tyrian Purple. HEX triplet: 84, 01 and 3D. RGB value is (132,1,61). Sum of RGB (Red+Green+Blue) = 132+1+61=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84013D is #7BFEC2. Grayscale: #2E2E2E. Windows color (decimal): -8126147 or 3998084. OLE color: 3998084.

HSL color Cylindrical-coordinate representation of color #84013D: hue angle of 332.52º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84013D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 61 -
CMYK 0 0.99 0.54 0.48
HSL 332.52º 0.98% 0.26% -
HSV(B) 332.52º 0.99% 0.52% -
XYZ 10.37 5.26 4.88 -
YUV 47.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 132 1 61 0 0.99 0.54 0.48 332.52 0.98 0.26
Hex 84 1 3D 0 63 36 30 14D 62 1A
Octal 204 1 75 0 143 66 60 515 142 32
Binary 10000100 1 111101 0 1100011 110110 110000 101001101 1100010 11010

Color Harmonies of #84013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84013D

Black with #84013D

Text Example


Text Example

White with #84013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,1,61); }

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

background-color css

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

 a { background-color: rgb(132,1,61); }

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

border-color css

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

 span { border-color: rgb(132,1,61); }

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