Html Css Color HEX #82014C Tyrian Purple

📋 copy color: '#82014C'

red 130 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #82014C

Tints of Tyrian Purple #82014C

RGB

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

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

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

R = 62.8%
G = 0.48%
B = 36.71%

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

#82014C (or 0x82014C) is known color: Tyrian Purple. HEX triplet: 82, 01 and 4C. RGB value is (130,1,76). Sum of RGB (Red+Green+Blue) = 130+1+76=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82014C is #7DFEB3. Grayscale: #2F2F2F. Windows color (decimal): -8257204 or 4981122. OLE color: 4981122.

HSL color Cylindrical-coordinate representation of color #82014C: hue angle of 325.12º 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 #82014C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 1 76 -
CMYK 0 0.99 0.42 0.49
HSL 325.12º 0.98% 0.26% -
HSV(B) 325.12º 0.99% 0.51% -
XYZ 10.52 5.29 7.3 -
YUV 48.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 130 1 76 0 0.99 0.42 0.49 325.12 0.98 0.26
Hex 82 1 4C 0 63 2A 31 145 62 1A
Octal 202 1 114 0 143 52 61 505 142 32
Binary 10000010 1 1001100 0 1100011 101010 110001 101000101 1100010 11010

Color Harmonies of #82014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82014C

Black with #82014C

Text Example


Text Example

White with #82014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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