Html Css Color HEX #820942 Tyrian Purple

📋 copy color: '#820942'

red 130 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #820942

Tints of Tyrian Purple #820942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 63.41%
G = 4.39%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#820942 (or 0x820942) is known color: Tyrian Purple. HEX triplet: 82, 09 and 42. RGB value is (130,9,66). Sum of RGB (Red+Green+Blue) = 130+9+66=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #820942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820942 is #7DF6BD. Grayscale: #333333. Windows color (decimal): -8255166 or 4327810. OLE color: 4327810.

HSL color Cylindrical-coordinate representation of color #820942: hue angle of 331.74º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820942 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 66 -
CMYK 0 0.93 0.49 0.49
HSL 331.74º 0.87% 0.27% -
HSV(B) 331.74º 0.93% 0.51% -
XYZ 10.29 5.33 5.64 -
YUV 51.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 130 9 66 0 0.93 0.49 0.49 331.74 0.87 0.27
Hex 82 9 42 0 5D 31 31 14C 57 1B
Octal 202 11 102 0 135 61 61 514 127 33
Binary 10000010 1001 1000010 0 1011101 110001 110001 101001100 1010111 11011

Color Harmonies of #820942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820942

Black with #820942

Text Example


Text Example

White with #820942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820942; }

 p { color: rgb(130,9,66); }

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

background-color css

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

 a { background-color: rgb(130,9,66); }

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

border-color css

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

 span { border-color: rgb(130,9,66); }

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