Html Css Color HEX #800248 Tyrian Purple

📋 copy color: '#800248'

red 128 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #800248

Tints of Tyrian Purple #800248

RGB

 RED value IS 128 (50.39% from 255) = 63.37%

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

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

R = 63.37%
G = 0.99%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#800248 (or 0x800248) is known color: Tyrian Purple. HEX triplet: 80, 02 and 48. RGB value is (128,2,72). Sum of RGB (Red+Green+Blue) = 128+2+72=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #800248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800248 is #7FFDB7. Grayscale: #2F2F2F. Windows color (decimal): -8388024 or 4719232. OLE color: 4719232.

HSL color Cylindrical-coordinate representation of color #800248: hue angle of 326.67º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800248 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 72 -
CMYK 0 0.98 0.44 0.50
HSL 326.67º 0.97% 0.25% -
HSV(B) 326.67º 0.98% 0.5% -
XYZ 10.09 5.1 6.58 -
YUV 47.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 128 2 72 0 0.98 0.44 0.50 326.67 0.97 0.25
Hex 80 2 48 0 62 2C 32 147 61 19
Octal 200 2 110 0 142 54 62 507 141 31
Binary 10000000 10 1001000 0 1100010 101100 110010 101000111 1100001 11001

Color Harmonies of #800248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800248

Black with #800248

Text Example


Text Example

White with #800248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800248; }

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

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

background-color css

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

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

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

border-color css

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

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

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