Html Css Color HEX #510344 Tyrian Purple

📋 copy color: '#510344'

red 81 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #510344

Tints of Tyrian Purple #510344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 53.29%
G = 1.97%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#510344 (or 0x510344) is known color: Tyrian Purple. HEX triplet: 51, 03 and 44. RGB value is (81,3,68). Sum of RGB (Red+Green+Blue) = 81+3+68=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #510344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510344 is #AEFCBB. Grayscale: #212121. Windows color (decimal): -11467964 or 4457297. OLE color: 4457297.

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

Color convert

RGB 81 3 68 -
CMYK 0 0.96 0.16 0.68
HSL 310º 0.93% 0.16% -
HSV(B) 310º 0.96% 0.32% -
XYZ 4.47 2.23 5.66 -
YUV 33.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 81 3 68 0 0.96 0.16 0.68 310 0.93 0.16
Hex 51 3 44 0 60 10 44 136 5D 10
Octal 121 3 104 0 140 20 104 466 135 20
Binary 1010001 11 1000100 0 1100000 10000 1000100 100110110 1011101 10000

Color Harmonies of #510344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510344

Black with #510344

Text Example


Text Example

White with #510344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510344; }

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

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

background-color css

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

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

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

border-color css

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

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

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