Html Css Color HEX #840345 Tyrian Purple

📋 copy color: '#840345'

red 132 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #840345

Tints of Tyrian Purple #840345

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 value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#840345 (or 0x840345) is known color: 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

RGB 132 3 69 -
CMYK 0 0.98 0.48 0.48
HSL 329.3º 0.96% 0.26% -
HSV(B) 329.3º 0.98% 0.52% -
XYZ 10.62 5.4 6.11 -
YUV 49.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 132 3 69 0 0.98 0.48 0.48 329.3 0.96 0.26
Hex 84 3 45 0 62 30 30 149 60 1A
Octal 204 3 105 0 142 60 60 511 140 32
Binary 10000100 11 1000101 0 1100010 110000 110000 101001001 1100000 11010

Color Harmonies of #840345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840345

Black with #840345

Text Example


Text Example

White with #840345

Text Example


Text Example

HTML Codes & Css Web 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>