Html Css Color HEX #510746 Tyrian Purple

📋 copy color: '#510746'

red 81 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #510746

Tints of Tyrian Purple #510746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

 BLUE value IS 70 (27.73% from 255) = 44.3%

R = 51.27%
G = 4.43%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#510746 (or 0x510746) is known color: Tyrian Purple. HEX triplet: 51, 07 and 46. RGB value is (81,7,70). Sum of RGB (Red+Green+Blue) = 81+7+70=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510746 is #AEF8B9. Grayscale: #242424. Windows color (decimal): -11466938 or 4589393. OLE color: 4589393.

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

Color convert

RGB 81 7 70 -
CMYK 0 0.91 0.14 0.68
HSL 308.92º 0.84% 0.17% -
HSV(B) 308.92º 0.91% 0.32% -
XYZ 4.57 2.34 6.01 -
YUV 36.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 81 7 70 0 0.91 0.14 0.68 308.92 0.84 0.17
Hex 51 7 46 0 5B E 44 135 54 11
Octal 121 7 106 0 133 16 104 465 124 21
Binary 1010001 111 1000110 0 1011011 1110 1000100 100110101 1010100 10001

Color Harmonies of #510746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510746

Black with #510746

Text Example


Text Example

White with #510746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510746; }

 p { color: rgb(81,7,70); }

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

background-color css

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

 a { background-color: rgb(81,7,70); }

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

border-color css

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

 span { border-color: rgb(81,7,70); }

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