Html Css Color HEX #82074D Tyrian Purple

📋 copy color: '#82074D'

red 130 ◦ green 7 ◦ blue 77

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

Shades of Tyrian Purple #82074D

Tints of Tyrian Purple #82074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 60.75%
G = 3.27%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82074D (or 0x82074D) is known color: Tyrian Purple. HEX triplet: 82, 07 and 4D. RGB value is (130,7,77). Sum of RGB (Red+Green+Blue) = 130+7+77=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82074D is #7DF8B2. Grayscale: #333333. Windows color (decimal): -8255667 or 5048194. OLE color: 5048194.

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

Color convert

RGB 130 7 77 -
CMYK 0 0.95 0.41 0.49
HSL 325.85º 0.9% 0.27% -
HSV(B) 325.85º 0.95% 0.51% -
XYZ 10.62 5.43 7.51 -
YUV 51.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 130 7 77 0 0.95 0.41 0.49 325.85 0.9 0.27
Hex 82 7 4D 0 5F 29 31 146 5A 1B
Octal 202 7 115 0 137 51 61 506 132 33
Binary 10000010 111 1001101 0 1011111 101001 110001 101000110 1011010 11011

Color Harmonies of #82074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82074D

Black with #82074D

Text Example


Text Example

White with #82074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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