Html Css Color HEX #820445 Tyrian Purple

📋 copy color: '#820445'

red 130 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #820445

Tints of Tyrian Purple #820445

RGB

 RED value IS 130 (51.17% from 255) = 64.04%

 GREEN value IS 4 (1.95% from 255) = 1.97%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 64.04%
G = 1.97%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#820445 (or 0x820445) is known color: Tyrian Purple. HEX triplet: 82, 04 and 45. RGB value is (130,4,69). Sum of RGB (Red+Green+Blue) = 130+4+69=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820445 is #7DFBBA. Grayscale: #303030. Windows color (decimal): -8256443 or 4523138. OLE color: 4523138.

HSL color Cylindrical-coordinate representation of color #820445: hue angle of 329.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820445 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 69 -
CMYK 0 0.97 0.47 0.49
HSL 329.05º 0.94% 0.26% -
HSV(B) 329.05º 0.97% 0.51% -
XYZ 10.32 5.26 6.1 -
YUV 49.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 130 4 69 0 0.97 0.47 0.49 329.05 0.94 0.26
Hex 82 4 45 0 61 2F 31 149 5E 1A
Octal 202 4 105 0 141 57 61 511 136 32
Binary 10000010 100 1000101 0 1100001 101111 110001 101001001 1011110 11010

Color Harmonies of #820445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820445

Black with #820445

Text Example


Text Example

White with #820445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820445; }

 p { color: rgb(130,4,69); }

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

background-color css

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

 a { background-color: rgb(130,4,69); }

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

border-color css

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

 span { border-color: rgb(130,4,69); }

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