Html Css Color HEX #820143 Tyrian Purple

📋 copy color: '#820143'

red 130 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #820143

Tints of Tyrian Purple #820143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 65.66%
G = 0.51%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#820143 (or 0x820143) is known color: Tyrian Purple. HEX triplet: 82, 01 and 43. RGB value is (130,1,67). Sum of RGB (Red+Green+Blue) = 130+1+67=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #820143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820143 is #7DFEBC. Grayscale: #2E2E2E. Windows color (decimal): -8257213 or 4391298. OLE color: 4391298.

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

Color convert

RGB 130 1 67 -
CMYK 0 0.99 0.48 0.49
HSL 329.3º 0.98% 0.26% -
HSV(B) 329.3º 0.99% 0.51% -
XYZ 10.23 5.17 5.77 -
YUV 47.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 130 1 67 0 0.99 0.48 0.49 329.3 0.98 0.26
Hex 82 1 43 0 63 30 31 149 62 1A
Octal 202 1 103 0 143 60 61 511 142 32
Binary 10000010 1 1000011 0 1100011 110000 110001 101001001 1100010 11010

Color Harmonies of #820143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820143

Black with #820143

Text Example


Text Example

White with #820143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820143; }

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

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

background-color css

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

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

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

border-color css

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

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

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