Html Css Color HEX #510346 Tyrian Purple

📋 copy color: '#510346'

red 81 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #510346

Tints of Tyrian Purple #510346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 45.45%

R = 52.6%
G = 1.95%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#510346 (or 0x510346) is known color: Tyrian Purple. HEX triplet: 51, 03 and 46. RGB value is (81,3,70). Sum of RGB (Red+Green+Blue) = 81+3+70=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #510346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510346 is #AEFCB9. Grayscale: #212121. Windows color (decimal): -11467962 or 4588369. OLE color: 4588369.

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

Color convert

RGB 81 3 70 -
CMYK 0 0.96 0.14 0.68
HSL 308.46º 0.93% 0.16% -
HSV(B) 308.46º 0.96% 0.32% -
XYZ 4.53 2.26 5.99 -
YUV 33.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 81 3 70 0 0.96 0.14 0.68 308.46 0.93 0.16
Hex 51 3 46 0 60 E 44 134 5D 10
Octal 121 3 106 0 140 16 104 464 135 20
Binary 1010001 11 1000110 0 1100000 1110 1000100 100110100 1011101 10000

Color Harmonies of #510346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510346

Black with #510346

Text Example


Text Example

White with #510346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510346; }

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

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

background-color css

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

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

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

border-color css

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

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

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