Html Css Color HEX #510150 Tyrian Purple

📋 copy color: '#510150'

red 81 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #510150

Tints of Tyrian Purple #510150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 49.38%

R = 50%
G = 0.62%
B = 49.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#510150 (or 0x510150) is known color: Tyrian Purple. HEX triplet: 51, 01 and 50. RGB value is (81,1,80). Sum of RGB (Red+Green+Blue) = 81+1+80=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #510150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510150 is #AEFEAF. Grayscale: #212121. Windows color (decimal): -11468464 or 5243217. OLE color: 5243217.

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

Color convert

RGB 81 1 80 -
CMYK 0 0.99 0.01 0.68
HSL 300.75º 0.98% 0.16% -
HSV(B) 300.75º 0.99% 0.32% -
XYZ 4.85 2.35 7.79 -
YUV 33.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 81 1 80 0 0.99 0.01 0.68 300.75 0.98 0.16
Hex 51 1 50 0 63 1 44 12D 62 10
Octal 121 1 120 0 143 1 104 455 142 20
Binary 1010001 1 1010000 0 1100011 1 1000100 100101101 1100010 10000

Color Harmonies of #510150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510150

Black with #510150

Text Example


Text Example

White with #510150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510150; }

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

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

background-color css

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

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

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

border-color css

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

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

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