Html Css Color HEX #510036 Tyrian Purple

📋 copy color: '#510036'

red 81 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #510036

Tints of Tyrian Purple #510036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#510036 (or 0x510036) is known color: Tyrian Purple. HEX triplet: 51, 00 and 36. RGB value is (81,0,54). Sum of RGB (Red+Green+Blue) = 81+0+54=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #510036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510036 is #AEFFC9. Grayscale: #1E1E1E. Windows color (decimal): -11468746 or 3539025. OLE color: 3539025.

HSL color Cylindrical-coordinate representation of color #510036: hue angle of 320º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510036 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 0 54 -
CMYK 0 1 0.33 0.68
HSL 320º 1% 0.16% -
HSV(B) 320º 1% 0.32% -
XYZ 4.06 2.02 3.67 -
YUV 30.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 81 0 54 0 1 0.33 0.68 320 1 0.16
Hex 51 0 36 0 64 21 44 140 64 10
Octal 121 0 66 0 144 41 104 500 144 20
Binary 1010001 0 110110 0 1100100 100001 1000100 101000000 1100100 10000

Color Harmonies of #510036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510036

Black with #510036

Text Example


Text Example

White with #510036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510036; }

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

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

background-color css

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

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

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

border-color css

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

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

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