Html Css Color HEX #510048 Tyrian Purple

📋 copy color: '#510048'

red 81 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #510048

Tints of Tyrian Purple #510048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.94%
G = 0%
B = 47.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#510048 (or 0x510048) is known color: Tyrian Purple. HEX triplet: 51, 00 and 48. RGB value is (81,0,72). Sum of RGB (Red+Green+Blue) = 81+0+72=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510048 is #AEFFB7. Grayscale: #202020. Windows color (decimal): -11468728 or 4718673. OLE color: 4718673.

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

Color convert

RGB 81 0 72 -
CMYK 0 1 0.11 0.68
HSL 306.67º 1% 0.16% -
HSV(B) 306.67º 1% 0.32% -
XYZ 4.56 2.22 6.32 -
YUV 32.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 81 0 72 0 1 0.11 0.68 306.67 1 0.16
Hex 51 0 48 0 64 B 44 133 64 10
Octal 121 0 110 0 144 13 104 463 144 20
Binary 1010001 0 1001000 0 1100100 1011 1000100 100110011 1100100 10000

Color Harmonies of #510048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510048

Black with #510048

Text Example


Text Example

White with #510048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510048; }

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

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

background-color css

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

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

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

border-color css

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

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

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