#84074B

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

Shades of Tyrian Purple #84074B

Tints of Tyrian Purple #84074B

Color information

#84074B (or 0x84074B) is unknown color: approx Tyrian Purple. HEX triplet: 84, 07 and 4B. RGB value is (132,7,75). Sum of RGB (Red+Green+Blue) = 132+7+75=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84074B is #7BF8B4. Grayscale: #333333. Windows color (decimal): -8124597 or 4917124. OLE color: 4917124.

HSL color Cylindrical-coordinate representation of color #84074B: hue angle of 327.36º degrees, saturation: 0.9, 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 #84074B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB132775-
CMYK00.950.430.48
HSL327.36º89.93%27.25%-
HSV(B)327.36º94.7%51.76%-
XYZ10.865.577.16-
YUV52.13140.91184.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.68%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=61.68%
G=3.27%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13277500.950.430.48327.3689.9327.25
Hex8474B05F2B301475a1b
Octal20471130137536050713233
Binary10000100111100101101011111101011110000101000111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84074B; }

 p { color: rgb(132,7,75); }

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

<style>
 a { background-color: #84074B; }

 a { background-color: rgb(132,7,75); }

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

<style>
 span { border-color: #84074B; }

 span { border-color: rgb(132,7,75); }

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