Html Css Color HEX #82033E Tyrian Purple

📋 copy color: '#82033E'

red 130 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #82033E

Tints of Tyrian Purple #82033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

 BLUE value IS 62 (24.61% from 255) = 31.79%

R = 66.67%
G = 1.54%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82033E (or 0x82033E) is known color: Tyrian Purple. HEX triplet: 82, 03 and 3E. RGB value is (130,3,62). Sum of RGB (Red+Green+Blue) = 130+3+62=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82033E is #7DFCC1. Grayscale: #2F2F2F. Windows color (decimal): -8256706 or 4064130. OLE color: 4064130.

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

Color convert

RGB 130 3 62 -
CMYK 0 0.98 0.52 0.49
HSL 332.13º 0.95% 0.26% -
HSV(B) 332.13º 0.98% 0.51% -
XYZ 10.11 5.16 5.02 -
YUV 47.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 130 3 62 0 0.98 0.52 0.49 332.13 0.95 0.26
Hex 82 3 3E 0 62 34 31 14C 5F 1A
Octal 202 3 76 0 142 64 61 514 137 32
Binary 10000010 11 111110 0 1100010 110100 110001 101001100 1011111 11010

Color Harmonies of #82033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82033E

Black with #82033E

Text Example


Text Example

White with #82033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82033E; }

 p { color: rgb(130,3,62); }

 H1.HeaderClassName
 {
   color: #82033E;
 }
 .AnyTagClassName
 {
   color: #82033E;
 }
</style>

background-color css

<style>
 a { background-color: #82033E; }

 a { background-color: rgb(130,3,62); }

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

border-color css

<style>
 span { border-color: #82033E; }

 span { border-color: rgb(130,3,62); }

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