Html Css Color HEX #510336 Tyrian Purple

📋 copy color: '#510336'

red 81 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #510336

Tints of Tyrian Purple #510336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 58.7%
G = 2.17%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#510336 (or 0x510336) is known color: Tyrian Purple. HEX triplet: 51, 03 and 36. RGB value is (81,3,54). Sum of RGB (Red+Green+Blue) = 81+3+54=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #510336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510336 is #AEFCC9. Grayscale: #202020. Windows color (decimal): -11467978 or 3539793. OLE color: 3539793.

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

Color convert

RGB 81 3 54 -
CMYK 0 0.96 0.33 0.68
HSL 320.77º 0.93% 0.16% -
HSV(B) 320.77º 0.96% 0.32% -
XYZ 4.09 2.08 3.68 -
YUV 32.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 81 3 54 0 0.96 0.33 0.68 320.77 0.93 0.16
Hex 51 3 36 0 60 21 44 141 5D 10
Octal 121 3 66 0 140 41 104 501 135 20
Binary 1010001 11 110110 0 1100000 100001 1000100 101000001 1011101 10000

Color Harmonies of #510336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510336

Black with #510336

Text Example


Text Example

White with #510336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510336; }

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

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

background-color css

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

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

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

border-color css

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

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

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