Html Css Color HEX #82013F Tyrian Purple

📋 copy color: '#82013F'

red 130 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #82013F

Tints of Tyrian Purple #82013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.47%

R = 67.01%
G = 0.52%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82013F (or 0x82013F) is known color: Tyrian Purple. HEX triplet: 82, 01 and 3F. RGB value is (130,1,63). Sum of RGB (Red+Green+Blue) = 130+1+63=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #82013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82013F is #7DFEC0. Grayscale: #2E2E2E. Windows color (decimal): -8257217 or 4129154. OLE color: 4129154.

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

Color convert

RGB 130 1 63 -
CMYK 0 0.99 0.52 0.49
HSL 331.16º 0.98% 0.26% -
HSV(B) 331.16º 0.99% 0.51% -
XYZ 10.11 5.13 5.16 -
YUV 46.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 130 1 63 0 0.99 0.52 0.49 331.16 0.98 0.26
Hex 82 1 3F 0 63 34 31 14B 62 1A
Octal 202 1 77 0 143 64 61 513 142 32
Binary 10000010 1 111111 0 1100011 110100 110001 101001011 1100010 11010

Color Harmonies of #82013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82013F

Black with #82013F

Text Example


Text Example

White with #82013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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