Html Css Color HEX #510941 Tyrian Purple

📋 copy color: '#510941'

red 81 ◦ green 9 ◦ blue 65

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

Shades of Tyrian Purple #510941

Tints of Tyrian Purple #510941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 52.26%
G = 5.81%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#510941 (or 0x510941) is known color: Tyrian Purple. HEX triplet: 51, 09 and 41. RGB value is (81,9,65). Sum of RGB (Red+Green+Blue) = 81+9+65=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #510941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510941 is #AEF6BE. Grayscale: #242424. Windows color (decimal): -11466431 or 4262225. OLE color: 4262225.

HSL color Cylindrical-coordinate representation of color #510941: hue angle of 313.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510941 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 65 -
CMYK 0 0.89 0.20 0.68
HSL 313.33º 0.8% 0.18% -
HSV(B) 313.33º 0.89% 0.32% -
XYZ 4.45 2.33 5.22 -
YUV 36.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 81 9 65 0 0.89 0.20 0.68 313.33 0.8 0.18
Hex 51 9 41 0 59 14 44 139 50 12
Octal 121 11 101 0 131 24 104 471 120 22
Binary 1010001 1001 1000001 0 1011001 10100 1000100 100111001 1010000 10010

Color Harmonies of #510941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510941

Black with #510941

Text Example


Text Example

White with #510941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510941; }

 p { color: rgb(81,9,65); }

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

background-color css

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

 a { background-color: rgb(81,9,65); }

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

border-color css

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

 span { border-color: rgb(81,9,65); }

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