Html Css Color HEX #820A42 Tyrian Purple

📋 copy color: '#820A42'

red 130 ◦ green 10 ◦ blue 66

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

Shades of Tyrian Purple #820A42

Tints of Tyrian Purple #820A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 63.11%
G = 4.85%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#820A42 (or 0x820A42) is known color: Tyrian Purple. HEX triplet: 82, 0A and 42. RGB value is (130,10,66). Sum of RGB (Red+Green+Blue) = 130+10+66=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #820A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820A42 is #7DF5BD. Grayscale: #343434. Windows color (decimal): -8254910 or 4328066. OLE color: 4328066.

HSL color Cylindrical-coordinate representation of color #820A42: hue angle of 332º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A42 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 66 -
CMYK 0 0.92 0.49 0.49
HSL 332º 0.86% 0.27% -
HSV(B) 332º 0.92% 0.51% -
XYZ 10.3 5.36 5.65 -
YUV 52.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 130 10 66 0 0.92 0.49 0.49 332 0.86 0.27
Hex 82 A 42 0 5C 31 31 14C 56 1B
Octal 202 12 102 0 134 61 61 514 126 33
Binary 10000010 1010 1000010 0 1011100 110001 110001 101001100 1010110 11011

Color Harmonies of #820A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A42

Black with #820A42

Text Example


Text Example

White with #820A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820A42; }

 p { color: rgb(130,10,66); }

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

background-color css

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

 a { background-color: rgb(130,10,66); }

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

border-color css

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

 span { border-color: rgb(130,10,66); }

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