Html Css Color HEX #800348 Tyrian Purple

📋 copy color: '#800348'

red 128 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #800348

Tints of Tyrian Purple #800348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 63.05%
G = 1.48%
B = 35.47%

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

#800348 (or 0x800348) is known color: Tyrian Purple. HEX triplet: 80, 03 and 48. RGB value is (128,3,72). Sum of RGB (Red+Green+Blue) = 128+3+72=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #800348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800348 is #7FFCB7. Grayscale: #303030. Windows color (decimal): -8387768 or 4719488. OLE color: 4719488.

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

Color convert

RGB 128 3 72 -
CMYK 0 0.98 0.44 0.50
HSL 326.88º 0.95% 0.26% -
HSV(B) 326.88º 0.98% 0.5% -
XYZ 10.1 5.12 6.59 -
YUV 48.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 128 3 72 0 0.98 0.44 0.50 326.88 0.95 0.26
Hex 80 3 48 0 62 2C 32 147 5F 1A
Octal 200 3 110 0 142 54 62 507 137 32
Binary 10000000 11 1001000 0 1100010 101100 110010 101000111 1011111 11010

Color Harmonies of #800348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800348

Black with #800348

Text Example


Text Example

White with #800348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800348; }

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

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

background-color css

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

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

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

border-color css

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

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

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