Html Css Color HEX #510144 Tyrian Purple

📋 copy color: '#510144'

red 81 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #510144

Tints of Tyrian Purple #510144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 68 (26.95% from 255) = 45.33%

R = 54%
G = 0.67%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#510144 (or 0x510144) is known color: Tyrian Purple. HEX triplet: 51, 01 and 44. RGB value is (81,1,68). Sum of RGB (Red+Green+Blue) = 81+1+68=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #510144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510144 is #AEFEBB. Grayscale: #202020. Windows color (decimal): -11468476 or 4456785. OLE color: 4456785.

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

Color convert

RGB 81 1 68 -
CMYK 0 0.99 0.16 0.68
HSL 309.75º 0.98% 0.16% -
HSV(B) 309.75º 0.99% 0.32% -
XYZ 4.45 2.19 5.66 -
YUV 32.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 81 1 68 0 0.99 0.16 0.68 309.75 0.98 0.16
Hex 51 1 44 0 63 10 44 136 62 10
Octal 121 1 104 0 143 20 104 466 142 20
Binary 1010001 1 1000100 0 1100011 10000 1000100 100110110 1100010 10000

Color Harmonies of #510144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510144

Black with #510144

Text Example


Text Example

White with #510144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510144; }

 p { color: rgb(81,1,68); }

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

background-color css

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

 a { background-color: rgb(81,1,68); }

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

border-color css

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

 span { border-color: rgb(81,1,68); }

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