Html Css Color HEX #820440 Tyrian Purple

📋 copy color: '#820440'

red 130 ◦ green 4 ◦ blue 64

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

Shades of Tyrian Purple #820440

Tints of Tyrian Purple #820440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 65.66%
G = 2.02%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#820440 (or 0x820440) is known color: Tyrian Purple. HEX triplet: 82, 04 and 40. RGB value is (130,4,64). Sum of RGB (Red+Green+Blue) = 130+4+64=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #820440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820440 is #7DFBBF. Grayscale: #303030. Windows color (decimal): -8256448 or 4195458. OLE color: 4195458.

HSL color Cylindrical-coordinate representation of color #820440: hue angle of 331.43º 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 #820440 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 64 -
CMYK 0 0.97 0.51 0.49
HSL 331.43º 0.94% 0.26% -
HSV(B) 331.43º 0.97% 0.51% -
XYZ 10.17 5.2 5.32 -
YUV 48.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 130 4 64 0 0.97 0.51 0.49 331.43 0.94 0.26
Hex 82 4 40 0 61 33 31 14B 5E 1A
Octal 202 4 100 0 141 63 61 513 136 32
Binary 10000010 100 1000000 0 1100001 110011 110001 101001011 1011110 11010

Color Harmonies of #820440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820440

Black with #820440

Text Example


Text Example

White with #820440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820440; }

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

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

background-color css

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

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

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

border-color css

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

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

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