Html Css Color HEX #82023D Tyrian Purple

📋 copy color: '#82023D'

red 130 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #82023D

Tints of Tyrian Purple #82023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 67.36%
G = 1.04%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82023D (or 0x82023D) is known color: Tyrian Purple. HEX triplet: 82, 02 and 3D. RGB value is (130,2,61). Sum of RGB (Red+Green+Blue) = 130+2+61=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82023D is #7DFDC2. Grayscale: #2E2E2E. Windows color (decimal): -8256963 or 3998338. OLE color: 3998338.

HSL color Cylindrical-coordinate representation of color #82023D: hue angle of 332.34º degrees, saturation: 0.97, 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 #82023D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 61 -
CMYK 0 0.98 0.53 0.49
HSL 332.34º 0.97% 0.26% -
HSV(B) 332.34º 0.98% 0.51% -
XYZ 10.07 5.13 4.87 -
YUV 47 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 130 2 61 0 0.98 0.53 0.49 332.34 0.97 0.26
Hex 82 2 3D 0 62 35 31 14C 61 1A
Octal 202 2 75 0 142 65 61 514 141 32
Binary 10000010 10 111101 0 1100010 110101 110001 101001100 1100001 11010

Color Harmonies of #82023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82023D

Black with #82023D

Text Example


Text Example

White with #82023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82023D; }

 p { color: rgb(130,2,61); }

 H1.HeaderClassName
 {
   color: #82023D;
 }
 .AnyTagClassName
 {
   color: #82023D;
 }
</style>

background-color css

<style>
 a { background-color: #82023D; }

 a { background-color: rgb(130,2,61); }

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

border-color css

<style>
 span { border-color: #82023D; }

 span { border-color: rgb(130,2,61); }

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