Html Css Color HEX #820248 Tyrian Purple

📋 copy color: '#820248'

red 130 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #820248

Tints of Tyrian Purple #820248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 63.73%
G = 0.98%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#820248 (or 0x820248) is known color: Tyrian Purple. HEX triplet: 82, 02 and 48. RGB value is (130,2,72). Sum of RGB (Red+Green+Blue) = 130+2+72=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #820248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820248 is #7DFDB7. Grayscale: #303030. Windows color (decimal): -8256952 or 4719234. OLE color: 4719234.

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

Color convert

RGB 130 2 72 -
CMYK 0 0.98 0.45 0.49
HSL 327.19º 0.97% 0.26% -
HSV(B) 327.19º 0.98% 0.51% -
XYZ 10.4 5.26 6.6 -
YUV 48.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 130 2 72 0 0.98 0.45 0.49 327.19 0.97 0.26
Hex 82 2 48 0 62 2D 31 147 61 1A
Octal 202 2 110 0 142 55 61 507 141 32
Binary 10000010 10 1001000 0 1100010 101101 110001 101000111 1100001 11010

Color Harmonies of #820248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820248

Black with #820248

Text Example


Text Example

White with #820248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820248; }

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

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

background-color css

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

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

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

border-color css

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

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

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