Html Css Color HEX #82023F Tyrian Purple

📋 copy color: '#82023F'

red 130 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #82023F

Tints of Tyrian Purple #82023F

RGB

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

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

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

R = 66.67%
G = 1.03%
B = 32.31%

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

#82023F (or 0x82023F) is known color: Tyrian Purple. HEX triplet: 82, 02 and 3F. RGB value is (130,2,63). Sum of RGB (Red+Green+Blue) = 130+2+63=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82023F is #7DFDC0. Grayscale: #2F2F2F. Windows color (decimal): -8256961 or 4129410. OLE color: 4129410.

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

Color convert

RGB 130 2 63 -
CMYK 0 0.98 0.52 0.49
HSL 331.41º 0.97% 0.26% -
HSV(B) 331.41º 0.98% 0.51% -
XYZ 10.12 5.15 5.16 -
YUV 47.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 130 2 63 0 0.98 0.52 0.49 331.41 0.97 0.26
Hex 82 2 3F 0 62 34 31 14B 61 1A
Octal 202 2 77 0 142 64 61 513 141 32
Binary 10000010 10 111111 0 1100010 110100 110001 101001011 1100001 11010

Color Harmonies of #82023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82023F

Black with #82023F

Text Example


Text Example

White with #82023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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