Html Css Color HEX #84063D Tyrian Purple

📋 copy color: '#84063D'

red 132 ◦ green 6 ◦ blue 61

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

Shades of Tyrian Purple #84063D

Tints of Tyrian Purple #84063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 66.33%
G = 3.02%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84063D (or 0x84063D) is known color: Tyrian Purple. HEX triplet: 84, 06 and 3D. RGB value is (132,6,61). Sum of RGB (Red+Green+Blue) = 132+6+61=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #84063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84063D is #7BF9C2. Grayscale: #313131. Windows color (decimal): -8124867 or 3999364. OLE color: 3999364.

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

Color convert

RGB 132 6 61 -
CMYK 0 0.95 0.54 0.48
HSL 333.81º 0.91% 0.27% -
HSV(B) 333.81º 0.95% 0.52% -
XYZ 10.42 5.37 4.9 -
YUV 49.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 132 6 61 0 0.95 0.54 0.48 333.81 0.91 0.27
Hex 84 6 3D 0 5F 36 30 14E 5B 1B
Octal 204 6 75 0 137 66 60 516 133 33
Binary 10000100 110 111101 0 1011111 110110 110000 101001110 1011011 11011

Color Harmonies of #84063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84063D

Black with #84063D

Text Example


Text Example

White with #84063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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