Html Css Color HEX #820848 Tyrian Purple

📋 copy color: '#820848'

red 130 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #820848

Tints of Tyrian Purple #820848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 61.9%
G = 3.81%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#820848 (or 0x820848) is known color: Tyrian Purple. HEX triplet: 82, 08 and 48. RGB value is (130,8,72). Sum of RGB (Red+Green+Blue) = 130+8+72=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #820848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820848 is #7DF7B7. Grayscale: #333333. Windows color (decimal): -8255416 or 4720770. OLE color: 4720770.

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

Color convert

RGB 130 8 72 -
CMYK 0 0.94 0.45 0.49
HSL 328.52º 0.88% 0.27% -
HSV(B) 328.52º 0.94% 0.51% -
XYZ 10.46 5.39 6.62 -
YUV 51.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 130 8 72 0 0.94 0.45 0.49 328.52 0.88 0.27
Hex 82 8 48 0 5E 2D 31 149 58 1B
Octal 202 10 110 0 136 55 61 511 130 33
Binary 10000010 1000 1001000 0 1011110 101101 110001 101001001 1011000 11011

Color Harmonies of #820848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820848

Black with #820848

Text Example


Text Example

White with #820848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820848; }

 p { color: rgb(130,8,72); }

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

background-color css

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

 a { background-color: rgb(130,8,72); }

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

border-color css

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

 span { border-color: rgb(130,8,72); }

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