Html Css Color HEX #510531 Tyrian Purple

📋 copy color: '#510531'

red 81 ◦ green 5 ◦ blue 49

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

Shades of Tyrian Purple #510531

Tints of Tyrian Purple #510531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 60%
G = 3.7%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#510531 (or 0x510531) is known color: Tyrian Purple. HEX triplet: 51, 05 and 31. RGB value is (81,5,49). Sum of RGB (Red+Green+Blue) = 81+5+49=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #510531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510531 is #AEFACE. Grayscale: #202020. Windows color (decimal): -11467471 or 3212625. OLE color: 3212625.

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

Color convert

RGB 81 5 49 -
CMYK 0 0.94 0.40 0.68
HSL 325.26º 0.88% 0.17% -
HSV(B) 325.26º 0.94% 0.32% -
XYZ 4 2.08 3.1 -
YUV 32.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 81 5 49 0 0.94 0.40 0.68 325.26 0.88 0.17
Hex 51 5 31 0 5E 28 44 145 58 11
Octal 121 5 61 0 136 50 104 505 130 21
Binary 1010001 101 110001 0 1011110 101000 1000100 101000101 1011000 10001

Color Harmonies of #510531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510531

Black with #510531

Text Example


Text Example

White with #510531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510531; }

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

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

background-color css

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

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

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

border-color css

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

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

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