Html Css Color HEX #510136 Tyrian Purple

📋 copy color: '#510136'

red 81 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #510136

Tints of Tyrian Purple #510136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.71%

R = 59.56%
G = 0.74%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#510136 (or 0x510136) is known color: Tyrian Purple. HEX triplet: 51, 01 and 36. RGB value is (81,1,54). Sum of RGB (Red+Green+Blue) = 81+1+54=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #510136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510136 is #AEFEC9. Grayscale: #1E1E1E. Windows color (decimal): -11468490 or 3539281. OLE color: 3539281.

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

Color convert

RGB 81 1 54 -
CMYK 0 0.99 0.33 0.68
HSL 320.25º 0.98% 0.16% -
HSV(B) 320.25º 0.99% 0.32% -
XYZ 4.07 2.04 3.67 -
YUV 30.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 81 1 54 0 0.99 0.33 0.68 320.25 0.98 0.16
Hex 51 1 36 0 63 21 44 140 62 10
Octal 121 1 66 0 143 41 104 500 142 20
Binary 1010001 1 110110 0 1100011 100001 1000100 101000000 1100010 10000

Color Harmonies of #510136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510136

Black with #510136

Text Example


Text Example

White with #510136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510136; }

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

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

background-color css

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

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

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

border-color css

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

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

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