Html Css Color HEX #82003F Tyrian Purple

📋 copy color: '#82003F'

red 130 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #82003F

Tints of Tyrian Purple #82003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.36%
G = 0%
B = 32.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82003F (or 0x82003F) is known color: Tyrian Purple. HEX triplet: 82, 00 and 3F. RGB value is (130,0,63). Sum of RGB (Red+Green+Blue) = 130+0+63=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82003F is #7DFFC0. Grayscale: #2D2D2D. Windows color (decimal): -8257473 or 4128898. OLE color: 4128898.

HSL color Cylindrical-coordinate representation of color #82003F: hue angle of 330.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82003F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 63 -
CMYK 0 1 0.52 0.49
HSL 330.92º 1% 0.25% -
HSV(B) 330.92º 1% 0.51% -
XYZ 10.1 5.1 5.16 -
YUV 46.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 130 0 63 0 1 0.52 0.49 330.92 1 0.25
Hex 82 0 3F 0 64 34 31 14B 64 19
Octal 202 0 77 0 144 64 61 513 144 31
Binary 10000010 0 111111 0 1100100 110100 110001 101001011 1100100 11001

Color Harmonies of #82003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82003F

Black with #82003F

Text Example


Text Example

White with #82003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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