Html Css Color HEX #82014B Tyrian Purple

📋 copy color: '#82014B'

red 130 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #82014B

Tints of Tyrian Purple #82014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 63.11%
G = 0.49%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82014B (or 0x82014B) is known color: Tyrian Purple. HEX triplet: 82, 01 and 4B. RGB value is (130,1,75). Sum of RGB (Red+Green+Blue) = 130+1+75=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82014B is #7DFEB4. Grayscale: #2F2F2F. Windows color (decimal): -8257205 or 4915586. OLE color: 4915586.

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

Color convert

RGB 130 1 75 -
CMYK 0 0.99 0.42 0.49
HSL 325.58º 0.98% 0.26% -
HSV(B) 325.58º 0.99% 0.51% -
XYZ 10.49 5.28 7.12 -
YUV 48.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 130 1 75 0 0.99 0.42 0.49 325.58 0.98 0.26
Hex 82 1 4B 0 63 2A 31 146 62 1A
Octal 202 1 113 0 143 52 61 506 142 32
Binary 10000010 1 1001011 0 1100011 101010 110001 101000110 1100010 11010

Color Harmonies of #82014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82014B

Black with #82014B

Text Example


Text Example

White with #82014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82014B; }

 p { color: rgb(130,1,75); }

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

background-color css

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

 a { background-color: rgb(130,1,75); }

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

border-color css

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

 span { border-color: rgb(130,1,75); }

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