Html Css Color HEX #820544 Tyrian Purple

📋 copy color: '#820544'

red 130 ◦ green 5 ◦ blue 68

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

Shades of Tyrian Purple #820544

Tints of Tyrian Purple #820544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 64.04%
G = 2.46%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#820544 (or 0x820544) is known color: Tyrian Purple. HEX triplet: 82, 05 and 44. RGB value is (130,5,68). Sum of RGB (Red+Green+Blue) = 130+5+68=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820544 is #7DFABB. Grayscale: #313131. Windows color (decimal): -8256188 or 4457858. OLE color: 4457858.

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

Color convert

RGB 130 5 68 -
CMYK 0 0.96 0.48 0.49
HSL 329.76º 0.93% 0.26% -
HSV(B) 329.76º 0.96% 0.51% -
XYZ 10.3 5.27 5.94 -
YUV 49.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 130 5 68 0 0.96 0.48 0.49 329.76 0.93 0.26
Hex 82 5 44 0 60 30 31 14A 5D 1A
Octal 202 5 104 0 140 60 61 512 135 32
Binary 10000010 101 1000100 0 1100000 110000 110001 101001010 1011101 11010

Color Harmonies of #820544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820544

Black with #820544

Text Example


Text Example

White with #820544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820544; }

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

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

background-color css

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

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

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

border-color css

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

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

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