Html Css Color HEX #510139 Tyrian Purple

📋 copy color: '#510139'

red 81 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #510139

Tints of Tyrian Purple #510139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 41.01%

R = 58.27%
G = 0.72%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#510139 (or 0x510139) is known color: Tyrian Purple. HEX triplet: 51, 01 and 39. RGB value is (81,1,57). Sum of RGB (Red+Green+Blue) = 81+1+57=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #510139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510139 is #AEFEC6. Grayscale: #1F1F1F. Windows color (decimal): -11468487 or 3735889. OLE color: 3735889.

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

Color convert

RGB 81 1 57 -
CMYK 0 0.99 0.30 0.68
HSL 318º 0.98% 0.16% -
HSV(B) 318º 0.99% 0.32% -
XYZ 4.14 2.07 4.05 -
YUV 31.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 81 1 57 0 0.99 0.30 0.68 318 0.98 0.16
Hex 51 1 39 0 63 1E 44 13E 62 10
Octal 121 1 71 0 143 36 104 476 142 20
Binary 1010001 1 111001 0 1100011 11110 1000100 100111110 1100010 10000

Color Harmonies of #510139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510139

Black with #510139

Text Example


Text Example

White with #510139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510139; }

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

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

background-color css

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

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

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

border-color css

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

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

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