Html Css Color HEX #510448 Tyrian Purple

📋 copy color: '#510448'

red 81 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #510448

Tints of Tyrian Purple #510448

RGB

 RED value IS 81 (32.03% from 255) = 51.59%

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 51.59%
G = 2.55%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#510448 (or 0x510448) is known color: Tyrian Purple. HEX triplet: 51, 04 and 48. RGB value is (81,4,72). Sum of RGB (Red+Green+Blue) = 81+4+72=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510448 is #AEFBB7. Grayscale: #222222. Windows color (decimal): -11467704 or 4719697. OLE color: 4719697.

HSL color Cylindrical-coordinate representation of color #510448: hue angle of 307.01º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510448 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 72 -
CMYK 0 0.95 0.11 0.68
HSL 307.01º 0.91% 0.17% -
HSV(B) 307.01º 0.95% 0.32% -
XYZ 4.61 2.3 6.33 -
YUV 34.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 81 4 72 0 0.95 0.11 0.68 307.01 0.91 0.17
Hex 51 4 48 0 5F B 44 133 5B 11
Octal 121 4 110 0 137 13 104 463 133 21
Binary 1010001 100 1001000 0 1011111 1011 1000100 100110011 1011011 10001

Color Harmonies of #510448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510448

Black with #510448

Text Example


Text Example

White with #510448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510448; }

 p { color: rgb(81,4,72); }

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

background-color css

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

 a { background-color: rgb(81,4,72); }

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

border-color css

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

 span { border-color: rgb(81,4,72); }

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