Html Css Color HEX #820244 Tyrian Purple

📋 copy color: '#820244'

red 130 ◦ green 2 ◦ blue 68

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

Shades of Tyrian Purple #820244

Tints of Tyrian Purple #820244

RGB

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

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

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

R = 65%
G = 1%
B = 34%

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

#820244 (or 0x820244) is known color: Tyrian Purple. HEX triplet: 82, 02 and 44. RGB value is (130,2,68). Sum of RGB (Red+Green+Blue) = 130+2+68=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #820244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820244 is #7DFDBB. Grayscale: #2F2F2F. Windows color (decimal): -8256956 or 4457090. OLE color: 4457090.

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

Color convert

RGB 130 2 68 -
CMYK 0 0.98 0.48 0.49
HSL 329.06º 0.97% 0.26% -
HSV(B) 329.06º 0.98% 0.51% -
XYZ 10.27 5.21 5.93 -
YUV 47.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 130 2 68 0 0.98 0.48 0.49 329.06 0.97 0.26
Hex 82 2 44 0 62 30 31 149 61 1A
Octal 202 2 104 0 142 60 61 511 141 32
Binary 10000010 10 1000100 0 1100010 110000 110001 101001001 1100001 11010

Color Harmonies of #820244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820244

Black with #820244

Text Example


Text Example

White with #820244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820244; }

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

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

background-color css

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

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

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

border-color css

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

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

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