Html Css Color HEX #510145 Tyrian Purple

📋 copy color: '#510145'

red 81 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #510145

Tints of Tyrian Purple #510145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 53.64%
G = 0.66%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#510145 (or 0x510145) is known color: Tyrian Purple. HEX triplet: 51, 01 and 45. RGB value is (81,1,69). Sum of RGB (Red+Green+Blue) = 81+1+69=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #510145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510145 is #AEFEBA. Grayscale: #202020. Windows color (decimal): -11468475 or 4522321. OLE color: 4522321.

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

Color convert

RGB 81 1 69 -
CMYK 0 0.99 0.15 0.68
HSL 309º 0.98% 0.16% -
HSV(B) 309º 0.99% 0.32% -
XYZ 4.48 2.2 5.82 -
YUV 32.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 81 1 69 0 0.99 0.15 0.68 309 0.98 0.16
Hex 51 1 45 0 63 F 44 135 62 10
Octal 121 1 105 0 143 17 104 465 142 20
Binary 1010001 1 1000101 0 1100011 1111 1000100 100110101 1100010 10000

Color Harmonies of #510145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510145

Black with #510145

Text Example


Text Example

White with #510145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510145; }

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

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

background-color css

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

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

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

border-color css

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

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

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