Html Css Color HEX #820542 Tyrian Purple

📋 copy color: '#820542'

red 130 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #820542

Tints of Tyrian Purple #820542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 64.68%
G = 2.49%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#820542 (or 0x820542) is known color: Tyrian Purple. HEX triplet: 82, 05 and 42. RGB value is (130,5,66). Sum of RGB (Red+Green+Blue) = 130+5+66=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820542 is #7DFABD. Grayscale: #313131. Windows color (decimal): -8256190 or 4326786. OLE color: 4326786.

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

Color convert

RGB 130 5 66 -
CMYK 0 0.96 0.49 0.49
HSL 330.72º 0.93% 0.26% -
HSV(B) 330.72º 0.96% 0.51% -
XYZ 10.24 5.25 5.63 -
YUV 49.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 130 5 66 0 0.96 0.49 0.49 330.72 0.93 0.26
Hex 82 5 42 0 60 31 31 14B 5D 1A
Octal 202 5 102 0 140 61 61 513 135 32
Binary 10000010 101 1000010 0 1100000 110001 110001 101001011 1011101 11010

Color Harmonies of #820542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820542

Black with #820542

Text Example


Text Example

White with #820542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820542; }

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

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

background-color css

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

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

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

border-color css

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

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

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