#84023E

Color #84023E Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #84023E

Tints of Tyrian Purple #84023E

Color information

#84023E (or 0x84023E) is unknown color: approx Tyrian Purple. HEX triplet: 84, 02 and 3E. RGB value is (132,2,62). Sum of RGB (Red+Green+Blue) = 132+2+62=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84023E is #7BFDC1. Grayscale: #2F2F2F. Windows color (decimal): -8125890 or 4063876. OLE color: 4063876.

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

Color convert

RGB132262-
CMYK00.980.530.48
HSL332.31º97.01%26.27%-
HSV(B)332.31º98.48%51.76%-
XYZ10.415.35.03-
YUV47.71136.07188.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.35%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=67.35%
G=1.02%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13226200.980.530.48332.3197.0126.27
Hex8423E062353014c611a
Octal2042760142656051414132
Binary100001001011111001100010110101110000101001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84023E; }

 p { color: rgb(132,2,62); }

 H1.HeaderClassName
 {
   color: #84023E;
 }
 .AnyTagClassName
 {
   color: #84023E;
 }
</style>
background-color css

<style>
 a { background-color: #84023E; }

 a { background-color: rgb(132,2,62); }

 div.DivClassName
 {
   background-color: #84023E;
 }
 .BgClassName
 {
   background-color: #84023E;
 }
</style>
border-color css

<style>
 span { border-color: #84023E; }

 span { border-color: rgb(132,2,62); }

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