Html Css Color HEX #82013C Tyrian Purple

📋 copy color: '#82013C'

red 130 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #82013C

Tints of Tyrian Purple #82013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 68.06%
G = 0.52%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82013C (or 0x82013C) is known color: Tyrian Purple. HEX triplet: 82, 01 and 3C. RGB value is (130,1,60). Sum of RGB (Red+Green+Blue) = 130+1+60=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82013C is #7DFEC3. Grayscale: #2E2E2E. Windows color (decimal): -8257220 or 3932546. OLE color: 3932546.

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

Color convert

RGB 130 1 60 -
CMYK 0 0.99 0.54 0.49
HSL 332.56º 0.98% 0.26% -
HSV(B) 332.56º 0.99% 0.51% -
XYZ 10.03 5.09 4.73 -
YUV 46.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 130 1 60 0 0.99 0.54 0.49 332.56 0.98 0.26
Hex 82 1 3C 0 63 36 31 14D 62 1A
Octal 202 1 74 0 143 66 61 515 142 32
Binary 10000010 1 111100 0 1100011 110110 110001 101001101 1100010 11010

Color Harmonies of #82013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82013C

Black with #82013C

Text Example


Text Example

White with #82013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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