Html Css Color HEX #82024D Tyrian Purple

📋 copy color: '#82024D'

red 130 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #82024D

Tints of Tyrian Purple #82024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 62.2%
G = 0.96%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82024D (or 0x82024D) is known color: Tyrian Purple. HEX triplet: 82, 02 and 4D. RGB value is (130,2,77). Sum of RGB (Red+Green+Blue) = 130+2+77=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82024D is #7DFDB2. Grayscale: #303030. Windows color (decimal): -8256947 or 5046914. OLE color: 5046914.

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

Color convert

RGB 130 2 77 -
CMYK 0 0.98 0.41 0.49
HSL 324.84º 0.97% 0.26% -
HSV(B) 324.84º 0.98% 0.51% -
XYZ 10.57 5.33 7.49 -
YUV 48.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 130 2 77 0 0.98 0.41 0.49 324.84 0.97 0.26
Hex 82 2 4D 0 62 29 31 145 61 1A
Octal 202 2 115 0 142 51 61 505 141 32
Binary 10000010 10 1001101 0 1100010 101001 110001 101000101 1100001 11010

Color Harmonies of #82024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82024D

Black with #82024D

Text Example


Text Example

White with #82024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82024D; }

 p { color: rgb(130,2,77); }

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

background-color css

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

 a { background-color: rgb(130,2,77); }

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

border-color css

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

 span { border-color: rgb(130,2,77); }

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