Html Css Color HEX #82004C Tyrian Purple

📋 copy color: '#82004C'

red 130 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #82004C

Tints of Tyrian Purple #82004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 63.11%
G = 0%
B = 36.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82004C (or 0x82004C) is known color: Tyrian Purple. HEX triplet: 82, 00 and 4C. RGB value is (130,0,76). Sum of RGB (Red+Green+Blue) = 130+0+76=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82004C is #7DFFB3. Grayscale: #2F2F2F. Windows color (decimal): -8257460 or 4980866. OLE color: 4980866.

HSL color Cylindrical-coordinate representation of color #82004C: hue angle of 324.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82004C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 76 -
CMYK 0 1 0.42 0.49
HSL 324.92º 1% 0.25% -
HSV(B) 324.92º 1% 0.51% -
XYZ 10.51 5.27 7.3 -
YUV 47.53 144.07 186.82 -
System Red Green Blue C M Y K H S L
Decimal 130 0 76 0 1 0.42 0.49 324.92 1 0.25
Hex 82 0 4C 0 64 2A 31 145 64 19
Octal 202 0 114 0 144 52 61 505 144 31
Binary 10000010 0 1001100 0 1100100 101010 110001 101000101 1100100 11001

Color Harmonies of #82004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82004C

Black with #82004C

Text Example


Text Example

White with #82004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82004C; }

 p { color: rgb(130,0,76); }

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

background-color css

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

 a { background-color: rgb(130,0,76); }

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

border-color css

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

 span { border-color: rgb(130,0,76); }

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