Html Css Color HEX #510031 Tyrian Purple

📋 copy color: '#510031'

red 81 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #510031

Tints of Tyrian Purple #510031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 37.69%

R = 62.31%
G = 0%
B = 37.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#510031 (or 0x510031) is known color: Tyrian Purple. HEX triplet: 51, 00 and 31. RGB value is (81,0,49). Sum of RGB (Red+Green+Blue) = 81+0+49=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #510031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510031 is #AEFFCE. Grayscale: #1D1D1D. Windows color (decimal): -11468751 or 3211345. OLE color: 3211345.

HSL color Cylindrical-coordinate representation of color #510031: hue angle of 323.7º 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 #510031 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 49 -
CMYK 0 1 0.40 0.68
HSL 323.7º 1% 0.16% -
HSV(B) 323.7º 1% 0.32% -
XYZ 3.95 1.97 3.08 -
YUV 29.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 81 0 49 0 1 0.40 0.68 323.7 1 0.16
Hex 51 0 31 0 64 28 44 144 64 10
Octal 121 0 61 0 144 50 104 504 144 20
Binary 1010001 0 110001 0 1100100 101000 1000100 101000100 1100100 10000

Color Harmonies of #510031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510031

Black with #510031

Text Example


Text Example

White with #510031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510031; }

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

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

background-color css

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

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

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

border-color css

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

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

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