Html Css Color HEX #820243 Tyrian Purple

📋 copy color: '#820243'

red 130 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #820243

Tints of Tyrian Purple #820243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.67%

R = 65.33%
G = 1.01%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#820243 (or 0x820243) is known color: Tyrian Purple. HEX triplet: 82, 02 and 43. RGB value is (130,2,67). Sum of RGB (Red+Green+Blue) = 130+2+67=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #820243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820243 is #7DFDBC. Grayscale: #2F2F2F. Windows color (decimal): -8256957 or 4391554. OLE color: 4391554.

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

Color convert

RGB 130 2 67 -
CMYK 0 0.98 0.48 0.49
HSL 329.53º 0.97% 0.26% -
HSV(B) 329.53º 0.98% 0.51% -
XYZ 10.24 5.19 5.77 -
YUV 47.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 130 2 67 0 0.98 0.48 0.49 329.53 0.97 0.26
Hex 82 2 43 0 62 30 31 14A 61 1A
Octal 202 2 103 0 142 60 61 512 141 32
Binary 10000010 10 1000011 0 1100010 110000 110001 101001010 1100001 11010

Color Harmonies of #820243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820243

Black with #820243

Text Example


Text Example

White with #820243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820243; }

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

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

background-color css

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

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

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

border-color css

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

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

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