#840345

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

Shades of Tyrian Purple #840345

Tints of Tyrian Purple #840345

Color information

#840345 (or 0x840345) is unknown color: approx Tyrian Purple. HEX triplet: 84, 03 and 45. RGB value is (132,3,69). Sum of RGB (Red+Green+Blue) = 132+3+69=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840345 is #7BFCBA. Grayscale: #303030. Windows color (decimal): -8125627 or 4522884. OLE color: 4522884.

HSL color Cylindrical-coordinate representation of color #840345: hue angle of 329.3º degrees, saturation: 0.96, 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 #840345 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB132369-
CMYK00.980.480.48
HSL329.3º95.56%26.47%-
HSV(B)329.3º97.73%51.76%-
XYZ10.625.46.11-
YUV49.1139.24187.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=64.71%
G=1.47%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13236900.980.480.48329.395.5626.47
Hex843450623030149601a
Octal20431050142606051114032
Binary1000010011100010101100010110000110000101001001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840345; }

 p { color: rgb(132,3,69); }

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

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

 a { background-color: rgb(132,3,69); }

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

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

 span { border-color: rgb(132,3,69); }

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